document.write(window.location.href)和 document.write(location.href); 都可以,区别在哪?
没有区别。。
location.href
就相当于
window.location.href
就算你不写window,js引擎也会帮你补全的。
谢谢。 同样有这个问题