在一个js文件中引入另一个js文件
第一个js文件(被引入的js文件),文件名a.js,内容如下<div style="border: 1px solid #cccccc; padding: 4px 5px 4px 4px; font-size: 13px; width: 98%; background-color: #eeeeee;"> function testA(){
document.write("执行testA()方法"+"<br>");
}
页:
[1]