它们是什么意思
event.fromElement
event.toElement
问题点数:20、回复次数:2Top
1 楼kingdomzhf(旭日东升)回复于 2003-06-03 11:47:36 得分 10
fromElement:
Retrieves the object the mouse pointer is exiting during the onmouseover and onmouseout events.
toElement:
Retrieves a reference to the object to which the user is moving the mouse pointer.
Top
2 楼zhaoweiwei(if(轩辕剑^倚天剑))回复于 2003-06-03 13:24:16 得分 10
fromElement:onmouseover,onmouseout事件中鼠标退出的元素
toElement:onmouseover,onmouseout事件中鼠标光标进入元素Top




