ブラウザのアドレスバーにURLを追加したいNote: dont want redirect
ええ、私はURLを持っていますwww.example.com/index.html
「アドレスバー」にURLを設定したい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
そのための解決策はありますか?