使用Document元数据
1.获取文档信息
- 获取文档的元数据,有charset,domain等
2.使用Location对象 - 使用document.location来和获取文档的地址信息
- 用document.hash或者document.assign导航到其他位置
document.location.hash = "banana"//值是文档URL锚的部分
document.location.assign("http://www.baidu.com")//值是URL
3.读取和写入cookie
- cookie中的内容是name=value的形式,可以用document.cookie读取或者写入co