Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在画布上嵌入了 HTML5 页面中的视频。我想在视频上绘制一个带有鼠标事件的矩形,并且不应擦除矩形。
请帮助我如何做到这一点..
谢谢..
您可以在 Video-Canvas 之上创建一个新的 Canvas 元素。并处理该新画布元素的鼠标事件。并确保您没有为新画布设置背景属性,这将使其透明并且视频画布元素内容将可见。如果您不明白,请告诉我。