gpt4 book ai didi

polymer this.querySelector ('#my_id' ) 与 this.$.my_id

转载 作者:行者123 更新时间:2023-12-03 01:29:02 25 4
gpt4 key购买 nike

为什么 this.querySelector("#hello") 找不到我的元素,而 this.$.hello 却找到它?

最佳答案

您要查找的元素很可能位于您的元素的 Shadow DOM 中。尝试一下

this.shadowRoot.querySelector('#hello');

关于 polymer this.querySelector ('#my_id' ) 与 this.$.my_id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25944692/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com