C# xml覆盖写入用什么?我也遇到这个问题了,您是如何解决的。
2个回答
展开全部
你说的是替换吧?
replace或replacewith
replace或replacewith
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
重新写入,保存就OK了吧
追问
我用的writexml(dataset)方法,但是是追加写入,我不希望追加。
追答
以文件流的方式写入
// Create the FileStream to write with.
//System.IO.FileStream stream = new System.IO.FileStream
// (filename, System.IO.FileMode.Create);//创建一个文件
System.IO.StreamWriter stream = new System.IO.StreamWriter(filename, false);//不是追加
// Write to the file with the WriteXml method.
ds.WriteXml(stream);
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询