标签: javascript html5 html5-canvas
是否可以在Canvas中选择Canvas'元素',如特定arc?它们是否存储在数组中?
arc
我的最终目标是选择每个圈子,添加悬停事件,并显示与悬停在其上的圈子相关的文字。我想知道我是否可以在数组结构中访问arc。
getContext('2d').context.arc[0].mouseenter是我想要的。
getContext('2d').context.arc[0].mouseenter
Canvas对象上是否可以进行这样的交互?