flash 有 mxml microsoft 有 xaml 什么有 java?

发布于 2024-08-17 18:36:35 字数 60 浏览 8 评论 0原文

Flash 有 MXML,Microsoft 有 XAML。

Java 有哪些标记语言?

Flash has MXML and Microsoft has XAML.

What markup languages does Java have?

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

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

发布评论

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

评论(2

奈何桥上唱咆哮 2024-08-24 18:36:35

XAML 和 MXML 是 WPF 和 Flex 的 UI 标记。等效的 Java 工具是 JavaFX。 Sun 采取了不同的方法,选择实现声明性脚本语言 - JavaFX 脚本 - 而不是使用 XML 扩展。

XAML and MXML are UI markups for WPF and Flex. The equivalent Java tool is JavaFX. With that Sun took a different approach and choose to implement a declarative scripting language - JavaFX Script - rather than use an extension to XML.

千と千尋 2024-08-24 18:36:35

任何标记语言都可以由任何能够解析文本的语言或平台进行解释。这取决于应用程序,实际上这首先是标记语言的好处 - 实现者的中立性。我认为你的问题并不完全正确。有数万亿个项目和产品在 Java 中使用标记。

Any markup language can be interpreted by any language or platform capable or parsing text. This depends on the application, and this in fact the benefit of the markup language in the first place - neutrality of the implementor. I think your question is not entirely correct. There are trillions of projects and products using markup in java.

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