优秀斑马

文章
4
资源
0
加入时间
2年10月21天

js onClick事件传参在字符串中的写法

例如:给img标签中onclick事件传递参数。//给img标签中,onclick点击事件openImg方法传递参数svar imgStr = '<img width="25px" height="25px" onclick="openImg(\''+s+'\')" style="cursor:pointer;" src="'+s+'"/>';//需要传递参数的方法function o