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.
我有一个透明背景上有一个对象的 png 图像。这显示在浏览器中。
当用户悬停PNG图像时,javascript中有一个悬停事件。是否可以确定鼠标指针是否在 PNG 图像的透明区域上?
在支持画布的浏览器中是的。您可以在画布上绘制图像,然后获取特定像素的颜色和透明度。