美文网首页
动态生成html绑定onclick事件+传参

动态生成html绑定onclick事件+传参

作者: 江小石 | 来源:发表于2017-07-25 11:35 被阅读0次
    "<a class=\"href_u\" href='#' onclick=\"update('"+value+"','"+ row+"','" +index+"');\">修改</a>"
    

    注意字符串的拼接不适用于对象参数

    相关文章

      网友评论

          本文标题:动态生成html绑定onclick事件+传参

          本文链接:https://www.haomeiwen.com/subject/twdwkxtx.html