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.
我想知道如何在ASP.NET 1.1中将 JSON 字符串转换为 XML 字符串
我不能使用第三方库进行一些限制。
任何建议都会有很大帮助。
您必须将此 JSON 反序列化为一个对象,然后在 XML 中再次序列化此对象。我认为这是一种简单的方法。