如果路径没有http 开头,则会使用网页的域名。否则不会用。
比如:你的个人网站域名是http://mysite.com
然后window.open(‘http://zjh.com/hello?search=world’) 就是跳转到http://zjh.com/hello?search=world.
但是如果window.open(’/hello?search=world‘)就是跳转到http://mysite.com/hello?search=world
window.open
最新推荐文章于 2024-09-19 17:21:41 发布