需求,网页有许多超链接,但是没有加 target="_blank",现在需要所有超链接都已新页面的方式打开

在head头添加

  <base target="_blank"/>即可

 

base标签的使用

相关文章: