www.cftea.com

用 xmlNode 解析 XML 时,注意注释

ITPOW2018/9/9 11:30:31

XML 中的注释,其实也是一个 xmlNode。

这个注释形成的 xmlNode,其 xmlNode.Attributes 为 null。

所以我们要注意,当向 XML 中添加注释时,是否会影响程序的运行。

<<返回首页<<