js页面刷新一次

// var str = document.location.hash,

//     index = str.indexOf("#");

// if(index == 0){

//     window.location.reload();

//     location.hash = "";
// }

  

原文地址:https://www.cnblogs.com/xupeiyu/p/4911121.html