<
建议使用下面三种方法
1.<a href="
JavaScript
:void(0)" οnclick="doSomething()">test</a>
2.<a href="https://www.baidu.com/" οnclick="doSomething();return false">test</a>
3.<a href="https://www.baidu.com/" οnclick="doSomething();event.returnValue=false">test</a>
转载请注明原文地址: https://www.6miu.com/read-28681.html