文章目录
js 跳转
window.location.reload(); // 刷新当前页 window.location.href = "目标URL"; // 路由跳转到目标URL
<a href="javascript:void(0)" οnclick="alert('111')"> <a href="javascript:void 0" οnclick="alert('111')">
<a href="javascript:void(0)" onclick="hh()">
a> <a href="javascript:void hh()">
a> <a href="javascript:void(hh())">
a>
<a href="javascript:hh()">
a>
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/205749.html原文链接:https://javaforall.net
