这种是直接a标签跳转,html层面上的,按理说不应该存在什么问题。
<a id="gopage"></a>
document.getElementById("gopage").onclick = function(){
window.open("地址")
}
这种算是js原生的方法了。试一下我觉得没问题。
这种是直接a标签跳转,html层面上的,按理说不应该存在什么问题。
<a id="gopage"></a>
document.getElementById("gopage").onclick = function(){
window.open("地址")
}
这种算是js原生的方法了。试一下我觉得没问题。