试了网上说的 focusable="false" aria-hidden="true" 都不行,最后发现有个属性可以解决 解决办法: 在svg元素上加上 tabIndex 属性即可 <svg tabindex="-1" />