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.
我需要一种灵活的方式来描述数据格式。长度、数据类型、描述等
我想使用 xml 来定义每个对象,因为它可以很容易地解析为不同的语言。
这是执行此操作时的最佳做法,还是有任何定义的标准?
我最终使用 XML 来解决我的问题,到目前为止效果很好。