我想用一個JavaScript文件負載多個JavaScript文件使用一個JavaScript文件
我四個的JavaScript
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://ec2-174-129-44-226.compute-1.amazonaws.com/apiTools/jquery.livequery.js"></script>
<script src="http://localhost/effbugs/apiTools/tools.js?apikey=fztxljpnxqtssgtiquwr&pid=1"></script>
我想G642.44各級上述四個的JavaScript在一個JavaScript文件加載多個JavaScript文件我會加載一個,而不是四個,我將努力妥善
請給我建議,對於
請幫我
感謝...
您正在使用什麼後端框架? Rails有一個資產管道,完全符合你的要求。 – whitehat101
使用[grunt](http://gruntjs.com/)和[grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat)? –