我看到html里面有ondrag(event) 这个event是什么意思 是传递事件吗

来源:学生作业帮助网 编辑:作业帮 时间:2024/11/27 07:35:03
我看到html里面有ondrag(event) 这个event是什么意思 是传递事件吗
xNP_Q^HtA()Xk -Fm$RLLSh;s`P͜{f78T@OO&hgarECW[$BfTHv[\8vw$xmxFv<%tuxL

我看到html里面有ondrag(event) 这个event是什么意思 是传递事件吗
我看到html里面有ondrag(event) 这个event是什么意思 是传递事件吗

我看到html里面有ondrag(event) 这个event是什么意思 是传递事件吗
Event 对象代表事件的状态,比如事件在其中发生的元素、键盘按键的状态、鼠标的位置、鼠标按钮的状态.
事件通常与函数结合使用,函数不会在事件发生前被执行!
ondrag(event)-应该是拖动某个元素