花开堪折直须折,莫待无花空|

zylyehuo

园龄:2年2个月粉丝:54关注:8

通过 JS 修改具体标签的属性的属性值

博客地址:https://www.cnblogs.com/zylyehuo/

  window.addEventListener('DOMContentLoaded', function() {
      var anchorTags = document.querySelectorAll('a'); // 获取页面中所有的<a>标签
      anchorTags.forEach(function(anchor) {
      anchor.setAttribute('target', '_self'); // 将target属性设置为"_self"
      });
  });

本文作者:zylyehuo

本文链接:https://www.cnblogs.com/zylyehuo/p/17738455.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   zylyehuo  阅读(17)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起