如何控制手机原生的返回(神奇的方法)

 

 

解决手机端主动返回的问题

if(window.name != “bencalie”){
location.reload();
window.name = “bencalie”;
}
else{
window.name = “”;
}