让我说我有这样的svg文件:
"<svg height='300' width='300'><rect class='rect us' id='12212' x='34' y='54' width='20' height='20'/><rect class='rect us' id='12213' x='64' y='54' width='20' height='20'/></svg>
是否可以按给定点命中测试SVGElements并获取此元素的id?如果是这样,我怎么能完成这项任务?我做了一些谷歌搜索,实际上找不到任何东西。