StackOverflow 文档 aframe 教程 实体 a-entity 检索实体 检索实体 Created: November-22, 2018 我们可以使用 DOM API 简单地检索实体。 <a-entity id="mario"></a-entity> var el = document.querySelector('#mario'); 检索实体组件实体多属性组件数据(setAttribute)