摘要: 阻止默认行为的两种方法: <a href="javascript:return false" >阻止默认行为</a> <a href="javascript:void(0)" >阻止默认行为</a> 标签中写的js中的this代表本标签对象: <input type="button" value=" 阅读全文
posted @ 2020-12-19 16:41 lucascube 阅读(175) 评论(0) 推荐(0)