JavaScript文件外部调用显示不了结果

<!doctype html>
<html>
<head>
<meta charset="utf-8">

</head>
<body>
<script src="bodynodes.js">
window.onload=countBodyChildren;

</script>

</body>

</html>



// JavaScript Documentfunction countBodyChildren()
function countBodyChildren()
{
  alert("name");
}


weibo_一光年_sunshi_03642119
浏览 1214回答 1
1回答

Derrickale

你调用了外部Js文件就把window.onload=countBodyChildren;也放到js文件中(函数之外)
打开App,查看更多内容
随时随地看视频慕课网APP