HTML中的target标签的属性值
target标签有四种不同的属性值
<a target
= "_blank"></a
>
<a target
= "_self"></a
>
<a target
= "_parent"></a
>
<a target
= "_top"></a
>
也可以设置当前文档对象所有a标签的跳转方式
只需要在当前文档对象的head标签中添加base标签
<html
>
<base target
= "_blank">
</html
>
<body
>
</body
>
转载请注明原文地址: https://yun.8miu.com/read-26030.html