【发布时间】:2021-07-24 22:27:23
【问题描述】:
我试过这个:https://www.c-sharpcorner.com/blogs/deserialize-xml-with-array-node
我的问题
例子:
<?xml version="1.0" encoding="UTF-8"?>
<notes>
<note>
<to>
<email>juan@gmail.com</email>
<email>patrick@gmail.com</email>
<email>Rose@gmail.com</email>
</to>
<from>Jose@hotmail.com</from>
<heading>this is the email heading</heading>
</note>
</notes>
如果我有多个 XmlArray,我该怎么办?
【问题讨论】:
-
可以分享一下示例吗,多个xml数组是什么意思?
-
如果我有多个 XmlArray,我该怎么办? - 请您 edit 提出您的问题,通过分享 minimal reproducible example 显示您的代码和你卡在哪里?