简体   繁体   English

将网址更改为其他内容?

[英]Changing URL to something else?

如果我有一个网站“ http://example.com/ ”,是否可以在URL中显示(加载页面后)“香蕉”而不是“ http://example.com/ ”?

不,如果不重定向到另一个页面,则无法实现。

This isnt possible with a redirect. 使用重定向是不可能的。 You cant do it anywhere 你不能在任何地方做

Closest you can get is window.location.hash = "bananas"; 最接近的是window.location.hash = "bananas"; which produces http://example.com/#bananas . 产生http://example.com/#bananas

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM