当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

C# LoadXml System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.

去掉BOM头

writer = new XmlTextWriter(stream, new UnicodeEncoding(false,false));

如果是UTF8

writer = new XmlTextWriter(stream, new UTF8Encoding(false));

 

posted @ 2019-11-07 16:26  hofmann  阅读(2159)  评论(0编辑  收藏  举报