作业帮 > 综合 > 作业

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

来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/12 16:02:53
我看到html里面有ondrag(event) 这个event是什么意思 是传递事件吗
我看到html里面有ondrag(event) 这个event是什么意思 是传递事件吗
Event 对象代表事件的状态,比如事件在其中发生的元素、键盘按键的状态、鼠标的位置、鼠标按钮的状态.
事件通常与函数结合使用,函数不会在事件发生前被执行!
ondrag(event)-应该是拖动某个元素
再问: 还有这是什么意思
localStorage.pagecount=Number(localStorage.pagecount)+1;