码迷,mamicode.com
首页 > Web开发 > 详细

js 拼接参数

时间:2015-05-07 16:31:46      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

htmlString += "<td><button type=\"button\" onclick=\"artdel(‘"+productionObj.id+"‘)\" class=\"btn btn-primary\">删除</button>" +
    "&nbsp;&nbsp;" +
    "<a href=‘#‘><button type=\"button\" class=\"btn btn-warning\" onclick=\"loadMsg(‘"+productionObj.id+"‘)\">修改</button></a>" +
    "&nbsp;&nbsp;" +
    "<a href=‘#‘><button type=\"button\" class=\"btn btn-warning\" onclick=\"sendMsg(‘"+productionObj.id+"‘,‘"+productionObj.get(‘title‘)+"‘,‘"+productionObj.get(‘contnt‘)+"‘)\">推送</button></a>" 
    
    htmlString += "</tr>";
onclick=\"sendMsg(‘"+productionObj.id+"‘,‘"+productionObj.get(‘title‘)+"‘,‘"+productionObj.get(‘contnt‘)+"‘)\"

 

js 拼接参数

标签:

原文地址:http://www.cnblogs.com/zxyun/p/4484724.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!