var url = window.location.href; //格式http://localhost:8081/wohaibaowap3/?s=634F9F45AE89CB829BC0CDD4153C8E81
log(url.substring(0, url.indexOf('?')));
log(url.substring(0, url.indexOf('?')));
window.location.href = url.substring(0, url.indexOf('?'));
//就是去掉s这个参数变量