如何调用外部JS文件中的函数?

如题所述

第1个回答  推荐于2019-08-29
类似你可以在asp文件里这么写。
<head>
<script type= "test/javascript " src="Check.js"> </script>
</head>
...
<body>
...
<script type= "text/javascript ">
CheckMail();
checkspace(checkstr);
</script>
...
</body>
大意就是这样了,你稍加修改就Ok了本回答被网友采纳
相似回答