script放<body>外是加载页面时按顺序加载,遇function()则跳过
<!DOCTYPE html>
<html>
<body>
<ul id="myList"><li>apple</li><li>pineApple</li></ul>
<button onclick="myFunction()">添加</button>
<script>
function myFunction()
{
var node=document.createElement("LI");
var textnode=document.createTextNode("Windows");
node.appendChild(textnode);
document.getElementById("myList").appendChild(node);
}
</script>
</body>
</html>
2024 - 快车库 - 我的知识库 重庆启连科技有限公司 渝ICP备16002641号-10
企客连连 表单助手 企服开发 榜单123