标签: javascript html url browser
如果我有网站“http://example.com/”,是否可以在网址(加载页面后)中显示“香蕉”而不是“http://example.com/”?
答案 0 :(得分:4)
不,如果没有重定向到另一个页面,这是不可能的。
答案 1 :(得分:0)
重定向无法做到这一点。你无法在任何地方做到这一点
答案 2 :(得分:0)
最近,你可以window.location.hash = "bananas";生成http://example.com/#bananas。
window.location.hash = "bananas";
http://example.com/#bananas