码迷,mamicode.com
首页 > 其他好文 > 详细

document.anchors锚点

时间:2021-01-01 12:15:13      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:alt   loading   bsp   for   script   info   ref   text   obj   

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>index</title>
    <style>
        *{
            font-family: 微软雅黑;
        }
    </style>
</head>
<body>
    <p><a href="http://www.baidu.com" name=‘baidu‘>百度</a></p>
    <p><a href="http://www.163.com" name=‘163‘>网易</a></p>
    <p><a href="http://www.qq.com" name=‘qq‘>腾讯</a></p>
</body>
<script>
objs=document.anchors;

for(i=0;i<objs.length;i++){
    objs[i].style.textDecoration=line-through;//把线穿过去
}
</script>
</html>

技术图片

 

document.anchors锚点

标签:alt   loading   bsp   for   script   info   ref   text   obj   

原文地址:https://www.cnblogs.com/xiong-hua/p/14199349.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!