1.<script type="text/javascript" src="a.js"> <!--引用本地js文件-->
2.<script type="text/javascript" src="http://localhost:8080/test/js/random1.js"></script> <!--引用网络地址js文件-->
3.document.scripts[0].src=" Js_file02.js"
4.document.write(" <script language=\"javascript\" src="\/com\/ Js_file02.js \" > <\/script>");
5.<html>
<body>
<input type="button" value="ok" οnclick="javascript:fun_b()">
</body>
//必须在这个位置,也即<body>...</body>之下:
<script language="JAVASCRIPT" src='Js_b.js'> </script>
</html>
2.<script type="text/javascript" src="http://localhost:8080/test/js/random1.js"></script> <!--引用网络地址js文件-->
3.document.scripts[0].src=" Js_file02.js"
4.document.write(" <script language=\"javascript\" src="\/com\/ Js_file02.js \" > <\/script>");
5.<html>
<body>
<input type="button" value="ok" οnclick="javascript:fun_b()">
</body>
//必须在这个位置,也即<body>...</body>之下:
<script language="JAVASCRIPT" src='Js_b.js'> </script>
</html>