// var str = document.location.hash,
// index = str.indexOf("#");
// if(index == 0){
// window.location.reload();
// location.hash = "";
// }
// var str = document.location.hash,
// index = str.indexOf("#");
// if(index == 0){
// window.location.reload();
// location.hash = "";
// }
转载于:https://www.cnblogs.com/xupeiyu/p/4911121.html