按我的了解,没有太大区别
只是属于包含的问题
一个是window,一个是document

解决方案 »

  1.   

    location 是个对象 比如本页的document.location 和window.location的属性有location.hostname = community.csdn.net
    location.href = http://community.csdn.net/Expert/topic/4033/4033372.xml?temp=2.695864E-02
    location.host = community.csdn.net
    location.hash = 
    location.port = 
    location.pathname = /Expert/topic/4033/4033372.xml
    location.search = ?temp=2.695864E-02
    location.protocol = http:
    可见href 是location的属性 类别是string 。 
    但那3句效果相同