最好从这个 xml 或 json 中在所有设备的 Web 应用程序中使用
我想从这个 xml 或 json 知道哪种技术最适合在桌面、移动等 Web 应用程序中使用
I want to know that which technology is best use in web application desktop, mobile etc from this xml or json
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,JSON 更容易在客户端(Javascript)上解析,并且更简洁(更小),因此除非您确实因遗留原因需要输出 XML,否则请使用 JSON。
(这个问题没有提供很多背景信息,所以答案也很笼统!)
In my opinion JSON is easier to parse on the client (Javascript), and more concise (smaller size) so unless you really need to output XML for legacy reasons, go with JSON.
(The question does not provide a lot of context so the answer's general too!)