页面上所有的链接都在新窗口打开
AI摘要
由 AI 生成 · 仅供参考
要想页面上所有的链接都在新窗口打开,在页面中加入: head base target=_blank /head 注意事项: base 必须写在 head 标记里
要想页面上所有的链接都在新窗口打开,在页面中加入:
<head>
<base target="_blank">
</head>
注意事项:< base >必须写在< head >标记里
版权声明:本文由驱动中国整理发布,转载需注明出处与原文链接。如有疑问请联系
editor@qudong.com。
本文价值
★★★★★
—
成为第一个评分的人
登录后为本文打分
评论加载中…