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

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

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

 

XmlDocument.Load 方法

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

posted @ 2010-04-26 10:38  smodi  阅读(2860)  评论(2编辑  收藏  举报