当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > DOM Base 对象
The Base object represents an HTML base element. For each instance of an HTML <base> tag in a document, a Base object is created.
Base对象代表着HTML的base元素,每当有一个HTML的<base>标签建立,一个Base对象也就被随之建立
IE: Internet Explorer, F: Firefox, N: Netscape, W3C: World Wide Web Consortium (Internet Standard).
Property 属性 | Description 描述 | IE | F | O | W3C |
---|---|---|---|---|---|
href | Sets or returns a base URL for all the links in a page 设置或返回页面中所有连接的base URL | 5 | 1 | 9 | Yes |
id | Sets or returns the id of the <base> element 设置或返回<base>元素的id | 4 | 1 | 9 | Yes |
target | Sets or returns the default target frame for all the links in a page 设置或返回针对页面中所有连接的默认目标框架 | 5 | 1 | 9 | Yes |