var currenturl = window.location.href;
var newUrl = (currenturl.split("?"))[0];
console.log(newUrl);
history.pushState('','',newUrl+'/abcd/sdfsdf?profile=123');//前两个参数可省略
var currenturl = window.location.href;
var newUrl = (currenturl.split("?"))[0];
console.log(newUrl);
history.pushState('','',newUrl+'/abcd/sdfsdf?profile=123');//前两个参数可省略