Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在远程位置调用一个 javascript 文件(如 CDN 的)。我想从控制器调用该 JS 文件,并且应该能够调用该 JS 文件的函数并捕获输出。我知道EXECJS可以用于此。我想知道如何专门调用控制器内远程位置的 JS 文件并执行功能。