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.
我们可以使用 jsp 编码创建一个新的 xml 文件,任何人都可以帮我这样做吗?
我想创建一个这样的xml文件
例如:
<Question><para>Create a question </para><para>what is coordinate grid</para><para>pair of grids.</para><para>pair of points</para></Question>
使用jsp编码。如果可能的话,请给我编码。
您可以使用Xstream将您的对象序列化为 xml。你可以查看这篇文章,我认为它会有所帮助。如果您在实施它时遇到问题,请告诉我。