<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>wuhanzhuzhu</title>
<script type="text/javascript" src="hello.js"></script>
</head>
<body onLoad="hello()"> 这个hello方法没有执行
<a href="#" onClick="hello()">test</a> 这边单击后执行了
</body>
</html>
为啥啊,求大神指点。。。