在<a>标签里,为什么“JavaScript:a(this)”无效而onclick=a(this)有效
href中的this是指当前页面,而onclick中则是值当前你所选中的元素
<a href="javascript:a(this)"> <a href="xx" onclick=a(this)