<html>
<head>
<title>Javascript 外部 JavaScript</title>
<script src = "/html/script.js" type = "text/javascript"/></script>
</head>
<body>
<input type = "button" onclick = "Hello();" name = "ok" value = "点击我" />
</body>
</html>