导航菜单

mouseout是什么意思_翻译中文_怎么读

mouse out

美式发音: 英式发音: 

v.探索

网络释义:鼠标移出;鼠标离开;鼠标移出时

网络释义

v.1.探索

1.鼠标移出 mouseover 鼠标经过 mouseout 鼠标移出 change 属性发生变化时 ...

2.鼠标离开 ... mouseover 鼠标滑过 mouseout 鼠标离开 mousedown 鼠标按下 ...

3.鼠标移出时 ... mousemove 鼠标移动时, mouseout 鼠标移出时, mouseover 鼠标掠过时, ...

4.绑定鼠标离开事件 .mouseover: 绑定鼠标经过事件 .mouseout: 绑定鼠标离开事件 .mousemove: 绑定鼠 …

5.当鼠标离开对象时 mouseover 当鼠标悬于其上时 mouseout 当鼠标离开对象时 mouseup 当鼠标松开 ...

6.滑鼠移出图片 ... "ploneimage_dlg_mouseover" 滑鼠移入图片" "ploneimage_dlg_mouseout" 滑鼠移出图片" "ploneimage_dlg_misc" …

7.隐藏介面 ... <!ENTITY options.layout.quotes " 引用个数"> <!ENTITY options.layout.mouseout " 隐藏介面"> ...

例句释义:,探索,鼠标移出,鼠标离开,鼠标移出时

1.You'll notice that this time you simply define a single function that is called by both the mouseover and mouseout events.您会注意到,这次只定义了一个函数供mouseover和mouseout事件调用。

2.In the design phase, you did not anticipate that mousemove or mouseout events would occur in Inactive state.在设计阶段,没有预料到在Inactive状态下会出现mousemove或mouseout事件。

3.Also, you'll see that you need to separate the functions for mouseover and mouseout.并且,您需要对mouseover和mouseout使用不同的函数。

4.The final two methods of the Event module, mouseover(fn) and mouseout(fn), are quite common in most Web sites today.Event模块的最后两个方法mouseover(fn)和mouseout(fn)目前在很多Web站点上都很常见。

5.Your widget will need to respond to three different events in the Pause state: the mousemove, mouseout, and timeout events.部件在Pause状态下需要响应三个事件:mousemove、mouseout和timeout事件。

6.Executes some code when a Mouseout event occurs当鼠标离开事件发生就执行一些代码