flash 有 mxml microsoft 有 xaml 什么有 java?
Flash 有 MXML,Microsoft 有 XAML。
Java 有哪些标记语言?
Flash has MXML and Microsoft has XAML.
What markup languages does Java have?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
任何标记语言都可以由任何能够解析文本的语言或平台进行解释。这取决于应用程序,实际上这首先是标记语言的好处 - 实现者的中立性。我认为你的问题并不完全正确。有数万亿个项目和产品在 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.