在JavaScript中标记body元素的子代名称?
Javascript提供了document.body.children来获取体内孩子的标签名称。此方法给出标签名称,例如p,script,div等。
语法
var t = document.body.children;
示例
在下面的示例中,正文中有2个段落标签和1脚本标签之类的标签。当该方法document.body.children所示的输出被施加的标记的名称将被显示。
<html>
<body>
<p>Gtting the tag names of the body element's children.</p>
<p id = "body"></p>
<script>
var c = document.body.children;
var txt = "";
for (var i = 0; i < c.length; i++) {
txt = txt + c[i].tagName + "<br>";
document.getElementById("body").innerHTML = txt;
}
</script>
</body>
</html>输出结果
Gtting the tag names of the body element's children. P P SCRIPT
热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短