简体   繁体   中英

Call javascript file from another javascript program

I have a Javascript program which use another javascript program : I want to call this JS file from my Javascript program. How can i do this without need of html ?

See the answer posted here:

How do I include a JavaScript file in another JavaScript file?

You could always just combine the files into one .js

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM