如何模拟鼠标按下,然后在 aspx 页面的画布 hmtl5 部分上模拟鼠标向上事件?
我在网上搜索并找到了这个......但我无法将它与我的画布 html5 元素相关联,有人可以帮忙吗?
dispatchMouseEvent(element, 'mouseover', true, true);
dispatchMouseEvent(element, 'mousedown', true, true);
dispatchMouseEvent(element, 'click', true, true);
dispatchMouseEvent(element, 'mouseup', true, true);