js的DOM操作基于document
对象,location
是常用的一个。打开控制台的console界面,调用location
对象,看看有什么属性和方法
Location {
href: "https://www.w3school.com.cn/jsref/dom_obj_document.asp", ancestorOrigins: DOMStringList, origin: "https://www.w3school.com.cn", protocol: "https:", host: "www.w3school.com.cn", …