请问JavaScript怎么实现点击按钮后再加载某个js文件?function load(url){url:需要加载js路径 var script = document.createElement("script") script.type=&quo2023-04-18JavaScript260