标签:
<script type="text/javascript">
function changeURL(){
var url = document.getElementById(‘url‘).value;
window.history.pushState({},0,‘http://‘+window.location.host+‘/‘+url);
}
</script>

标签:
原文地址:http://www.cnblogs.com/adtuu/p/5884591.html