我只想在浏览器的地址栏中添加网址Note: dont want redirect
我有一个网址www.example.com/index.html
我想在“地址栏”上设置网址,例如www.example.com/index/page2.html
我用document.location.hash = 'foo';
but it is add only # data
like www.example.com/index.html#foo
note : i dont want to redirect only want to add url in address bar so don't answer document.location like that
有什么解决方案吗?