mui json数组 遍历

mui json数组 遍历,第1张

JSONget直接解析比json内容: { 'country':"" } 调: function(data){ console.log(data.city) // } 详情参照w三cgetJSON API解析JSON参照 JSON.stringify() JSON.parse()两函

 <!DOCTYPE html>

<html>

<head>

<meta charset="utf-8" />

<title></title>

</head>

<body>

<ul>

<li class="mylist"

><a href="/e/action/ShowInfo.php?classid=90&id=92" title=""

>八年级课程表</a

>

</li>

<li class="mylist"

><a href="/e/action/ShowInfo.php?classid=90&id=91" title=""

>九年级课程表</a

>

</li>

</ul>

<ul class="mui-table-view" style="margin-top: -10px" id="project"> </ul>

</body>

<script>

document

.querySelector("#project")

.appendChild(document.querySelector(".mylist a").cloneNode(true))

</script>

</html>

 请采纳


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/10000338.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-04
下一篇 2023-05-04

发表评论

登录后才能评论

评论列表(0条)

保存