Maison > Article > interface Web > JavaScript中的其他对象_基础知识
anchors[]; links[]; Link 连接对象
用法:document.anchors[[x]]; document.links[[x]];
document.anchors 是一个数组,包含了文档中所有锚标记(包含 name 属性的标记),按照在文档中的次序,从 0 开始给每个锚标记定义了一个下标。
document.links 也是一个数组,包含了文档中所有连接标记(包含 href 属性的标记和