当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM target属性
The target property sets or returns the default target frame for all the links in a page.
target属性可设置或返回页面中所有连接默认目标框架。
baseObject.target=target |
The following example returns the default link target:
下面的举例将返回默认的连接目标:
<html> <body> <p>Base target: </body> |
Output:
输出
Base target: _blank |
Get the base target of an HTML document
得到HTML文档的基础target