1、引用js文件,路径一定要对
比如
<script src="js/hello.js"></script>2、通过function名调用js中的方法,
比如
<script>hello(参数1,参数2)</script>1、引用js文件,路径一定要对
比如
<script src="js/hello.js"></script>2、通过function名调用js中的方法,
比如
<script>hello(参数1,参数2)</script>