javascript自定义函数参数传递为字符串格式

时间:2014-07-29    点击:75   

自定义函数参数传递为 字符串格式 ,传递方式
1:用this传递
2:引号缺省
3:转义字符(html中 " 代表"双引号,'代表单引号,javascript中直接\" 和Java通用转义字符集)

<html> 
<head> 
<script language="LiveScript"> 
function print(arg){ 
alert("你好!"+arg); 
} 
</script> 
</head> 
<body> 
<form> 
<input type="button" name="Button1" value="first" onclick="print(this.str)" str="你好one"> 
<br><br> 
<input type="button" name="button2" value="second" onclick=print("你好two")> 

<br><br> 
<input type="button" name="button3" value="Third" onclick="print ("你好three")"> 

</form> 
</body> 
</html>
extjs 如何给column 加上提示
Google官方支持的NodeJS访问API,提供后台登录授权
extjs 分页使用jsp传递数据示例
把文本中的URL地址转换为可点击链接的JavaScript、PHP自定义函数
JavaScript eval() 函数介绍及应用示例
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved