<script>
document.write(location.href);
</script>
给我带有目录的域名(例如(something.com/g)我想要的是在something.com/g上托管的内容似乎托管在something.com中,以便它告诉所有eveything我托管在something.com.if你可以在javascript中给出响应它会帮助。谢谢你
答案 0 :(得分:1)
尝试假装浏览器认为他们处于不同的域中并不是明智之举。我个人不知道该怎么做,也不会尝试。这显然是不道德的。
但是,在更具建设性的说明中,您可以在此处找到部分答案:Is there a way to change the browser's address bar without refreshing the page?
答案 1 :(得分:0)