html使用字符串拼接js函数时传字符串参数传不过去 addThis()想要动态传递字符串 求大神 up

var html = "<tr id='"+Sid+"' style='background-color: red;'><td><input type='text' style='font-size:15px;height:35px;width:225px;margin:5px "+distance+"px;' /></td><td style='background-color:blue;' ><input type='button' onclick='addThis("+Fid+","+Sid+",this.str);' value='确定' /></td></tr>";

这边函数不好拼接,你就直接传递字符串变量,然后在函数体内,进行+号的拼接,这样应该可以追问

不行啊大哥 每次传过去都报错 只能传数字

温馨提示:内容为网友见解,仅供参考
无其他回答

Warning: Invalid argument supplied for foreach() in /www/wwwroot/aolonic.com/skin/templets/default/contents.html on line 45
相似回答