将指定的函数绑定到事件,以便事件在对象上触发时都会调用该函数。(Binds the specified function to an event, so that the function gets called whenever the event fires on the object.)(注意不再支持IHTMLDocument3 :: attachEvent。 从IE11开始,使用IEventTarget :: addEventListener。 有关信息,请参阅兼容性更改。)
将指定的函数与事件解除绑定,以便事件触发时该函数停止接收通知。(Unbinds the specified function from the event, so that the function stops receiving notifications when the event fires.)
返回对具有IHTMLElement :: id或IHTMLDOMAttribute2 :: name属性的指定值的第一个对象的引用。(Returns a reference to the first object with the specified value of the IHTMLElement::id or IHTMLDOMAttribute2::name attribute.)
根据IHTMLDOMAttribute2 :: name或IHTMLElement :: id属性的值获取对象的集合。(Gets a collection of objects based on the value of the IHTMLDOMAttribute2::name or IHTMLElement::id attribute.)