<html>
<head>
<script type="text/javascript" src="basics_systemJQuery.js"></script>//这样引入js文件
<script type="text/javascript">
//在这里写js的代码。
function te(){
alert("这是一个function")
}
</script>
</head>
<body>
<button id="run" onclick="te()">按钮</button>
</body>
</html>
写了一个选择题考试系统,附件有代码,希望对你有用,你可以把题目改成自己的题目,然后做完之后点击交卷还可以评测答案是否正确,评测答案的部分我只谢了第一个评测的方法,其他的复制粘贴改一下答案的选项就行了,这部分在js中。