这两者之间的影子dom表现有什么不同:
Polymer.dom(this.$.someId)
或Polymer.dom(this.root)
this.$.someId
或this.root
聚合物是否使用某种类型的消化或涂料循环?
我正在使用this.$.someId.appendChild
追加来自Polymer.dom(this).querySelectorAll("img")
的图片,而且一切看起来都很棒
浪费了一个小时,想知道为什么我的风格#someId > img { display:none; }
无效
由于