其中,file1+file2+file3還是挺好用的,我一般拿來合并JS腳本,比如:
copy test.main.js + test.DOM.js + test.other.js test.src.js /Y
jsmin <test.src.js >test.js
(用jsmin來刪除注釋縮進等等,讓代碼小一點)。
孤楓舞影Victory won't come to me unless I go to it. |
其中,file1+file2+file3還是挺好用的,我一般拿來合并JS腳本,比如: copy test.main.js + test.DOM.js + test.other.js test.src.js /Y jsmin <test.src.js >test.js (用jsmin來刪除注釋縮進等等,讓代碼小一點)。 |