<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<script type="text/javascript">
function inset()
{
console.log("ok");
}
</script>
</head>
<body>
<button onclick="inset()">test</button>
</body>
</html>这样我知道可以,我就是想不明白为什么onload里面为什么会出问题(大概也知道怎么回事,但能不能求大牛解释解释原因)
添加回答
举报
0/150
提交
取消