标签:
htmlString += "<td><button type=\"button\" onclick=\"artdel(‘"+productionObj.id+"‘)\" class=\"btn btn-primary\">删除</button>" + " " + "<a href=‘#‘><button type=\"button\" class=\"btn btn-warning\" onclick=\"loadMsg(‘"+productionObj.id+"‘)\">修改</button></a>" + " " + "<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‘)+"‘)\"
标签:
原文地址:http://www.cnblogs.com/zxyun/p/4484724.html