document对象的一些属性

Posted on 2020-07-02 15:48  猫头唔食鱼  阅读(183)  评论(0编辑  收藏  举报
document.domain    // 返回当前网站的域名
document.cookie     // 获取所有cookie
document.title        // 当前文档标题
document.URL       // 当前文档的地址
// document.location.href  和  window.location.href 这两个和上面的一样