XmlDocument.Load()与XmlDocument.LoadXml()的差别

XmlDocument.LoadXml() 方法 
public virtual void LoadXml(
    string xml
)

从指定的字符串加载 XML 文档

XmlDocument.Load 方法

Stream、URL、TextReaderXmlReader 加载指定的 XML 数据。

原文地址:https://www.cnblogs.com/chenqingwei/p/1721010.html