requirejs可以通过http加载js吗

2025-05-18 10:05:57
推荐回答(1个)
回答1:

RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. requirejs只是加载js文件的 不能加载css