使用 Google Closure Library 进行 Google DART?

发布于 2024-12-19 03:01:55 字数 47 浏览 2 评论 0原文

Google Closure UI 库如何与 Google DART 一起使用?

How can the Google Closure UI Library be used with Google DART?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

王权女流氓 2024-12-26 03:01:55

Dart 没有使用 JavaScript 库的工具。这是设计使然,因为 Dart 旨在针对 Dart VM 和翻译为 JS 的 Dart。通过使用 iFrame 和 Web Worker 之间的消息传递,可以在一定程度上解决此问题。

Dart has no facility for using JavaScript libraries. This is by design as Dart is intended to target both the Dart VM and Dart translated to JS. It is possible to workaround this to some extent by using message passing between iFrames and web workers.

爱你是孤单的心事 2024-12-26 03:01:55

虽然目前您还不能直接使用闭包库,但我们正在努力移植一些更有用的库,例如,加密库位于:http://code.google.com/p/dart-crypto-lib/

Although at present, you can't use the closure libraries directly, some effort is underway to port some of the more useful libraries, for example, the crypto libraries are here: http://code.google.com/p/dart-crypto-lib/

反目相谮 2024-12-26 03:01:55

您可以使用 js 包来使用任何 Js 库。查看 使用 Dart 中的 JavaScript:js 库 了解如何使用它。

You can use the js package to use any Js library. Have a look at Using JavaScript from Dart: The js Library to know how to use it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文