Javascript中获取url地址的问题。

it2026-05-21  11

执行 用javascript获取url网址信息:

window.location.host = www.xxx.com window.location.hostname   = www.xxx.com window.location.href  =  www.xxx.com / a / a.aspx window.location.pathname = / a / a.aspx window.location.protocol = http:

转载于:https://www.cnblogs.com/lfzwenzhu/archive/2010/06/09/1754789.html

最新回复(0)