<html>
<head>
<script type="text/javascript">
function hi(params) {
document.write("<h1>hello</h1>")
}
hi();
</script>
</head>
<body>
</body>
</html>
你的js文件里为什么会有html的代码
你到底是html文件还是js文件