标题:怎么使用C#脚本修改XML
只看楼主
softshl
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-3-29
结帖率:100%
 问题点数:0 回复次数:0 
怎么使用C#脚本修改XML

格式如下:
<?xml version="1.0" encoding="GB2312" standalone="yes"?>
<nemu>
<1>
<next1>1</next1>
<next2>12</next2>
</1>
<1>
<next1>1</next1>
<next2>11</next2>
</1>
<2>
<next21>21</next21>
<next211>222</next211>
</2>
<2>
<next21>21</next21>
<next211>227</next211>
</2>
</nemu>
修改为:

<?xml version="1.0" encoding="GB2312" standalone="yes"?>
<nemu>
<1>
<next1>1</next1>
<next2>12</next2>
<next3>1254</next2>
</1>
<1>
<next1>1</next1>
<next2>11</next2>
<next3>1245</next2>
</1>
<2>
<next21>21</next21>
<next211>222</next211>
</2>
<2>
<next21>21</next21>
<next211>227</next211>
</2>
</nemu>

搜索更多相关主题的帖子: XML 脚本 
2006-04-07 10:29



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-55727-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.270824 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved