Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
摘要: 从IE4开始IE的object model才增加了document.all[],来看看document.all[]的Description:Array of all HTML tags in the document.Collection of all elements contained by the object. 也就是说document.all[]是文档中所有标签组成的一个数组变量,包括了文档对象中所有元素(见例1)。IE’s document.all collection exposes all document elements.This array provides acces. 阅读全文
posted @ 2008-11-28 16:22 Angelo Lee 阅读(133) 评论(0) 推荐(0) 编辑