原创地址:http://www.cnblogs.com/jfzhu/archive/2012/11/19/2778098.html 转载请注明出处 W3C制定了XML DOM标准.很多编程语言中多提供了支持W3C XML DOM标准的API.我在之前的文章中介绍过如何使用Javascript对XML文档进行加载与查询.在本文中,我来介绍一下.Net中的XmlDocument类.它支持并扩展了W3C XML DOM标准.它将整个XML文档都先装载进内存中,然后再对XML文档进行操作,所以如果XML…
本文为阅读MDN文档笔记 目录 Different types of Selectors Attribute Selectors Presence and value attribute selectors Substring and value attribute selectors Pseudo-selectors Pseudo-classes Pseudo-elements Combinators Different types of Selectors Simple selectors:…