假设我有这样的 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?如果是这样,我该如何完成这项任务?我做了一些谷歌搜索,并没有真正找到任何东西。