Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は標準タイプのuriを持っています:
www.example.com/controler/function/id
URL から ID 部分を削除するにはどうすればよいですか (常に数字です)。
IDが本当にひどい場合は、HistoryAPIを使用してIDを非表示にすることができます。
if(history.replaceState) { history.replaceState(null, '', 'http://www.example.com/controller/function'); }
古いブラウザでは動作しませんが、美的目的のみの場合(そして、それらが重要である方がよい場合は、これを行わないでください!)、問題ないはずです。