与有什么区别吗?
HTML Tutorial
CSS Tutorial
XML Tutorial
innerHTML of the first anchor:
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
官方说明:
所以
document.anchors只会返回有name属性的<a>节点。另外,这种方式已经废弃,最好不要使用
anchor是锚点,href是一个链接。
a标签带href是直接跳转到href的连接中去,a标签带name表示锚点,当点击的时候当前页面跳到锚点的位置,页面不刷新