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.
什么是 Jquery getScript(从 Dart 加载 javascript)的 Dart 等价物? http://api.jquery.com/jquery.getscript
感谢您的建议。
我不认为 Dart 提供了这样的功能。
您可以使用 HttpRequest 获取脚本,创建脚本元素,将接收到的文本添加到元素中,然后使用 Dart-js-Interop 调用 JavaScript 函数。
或者,您可以添加 jQuery 并getScript使用 Dart-js-Interop 调用。
getScript