document对象包含的所有元素的集合。只用在IE中

解决方案 »

  1.   

    document.all()里面带什么参数,怎么用?返回什么值?
      

  2.   

    DescriptionReturns an object reference to the collection of elements contained by the object. Syntax
    object.all(index)Parameter Description 
    object  An object that can contain elements such as the document.  
    (index)  Optional. An integer or a string specifying the index value of the element to retrieve. Integer indexes are zero-based, meaning the first element in the collection has index 0. A string index is valid only if the string is a name or identifier of at least one element in the document. 
      

  3.   

    给你一个电子文档, 自己慢慢看:
    http://www.lostinet.com/download/reference/HTMLREF.CHM     2.42M
      

  4.   

    给你一个电子文档, 自己慢慢看:
    http://www.lostinet.com/download/reference/HTMLREF.CHM     2.42M