标签:click art 页面 class 事件 block return html 好用
https://blog.csdn.net/zhangshuang92/article/details/54407229/ href执行JS
https://blog.csdn.net/bingguang1993/article/details/82747448 异常报错
<a href = "javascript:js_method()">文本</a> //不推荐,但是实在是好用,具体原因在参考地址查看
<a href ="javascript:void(0);" onclick ="js_method()">
<a href = "javascript:;" onclick ="js_method()">
<a href = "#" onclick ="js_method();return false">
xxx is not a function at HTMLAnchorElement.onclick
标签:click art 页面 class 事件 block return html 好用
原文地址:https://www.cnblogs.com/Alex-Mercer/p/12256661.html