我有一個包含列表的飛鏢對象。簡單地說: class Test extends PolymerElement{
List list = [];
addTask(item){
list.add(item);
}
}
,我想實現另一個對象名單上的監聽: class listenerClass extends PolymerElement {
Te
我已經抽象爲行爲一串代碼,而現在當我這樣做: class B extends A with behave {
B():super(){}
}
class A extends PolymerElement{
A(){}
}
abstract class behave {
test(){ print("Test"); }
}
所以我一直試圖做的是不必添加
我一直都在他們的github上,他們的網站,以及其他網站。 最接近的答案,我可以看到完全內PolymerJs,這是另一個堆棧溢出線程有關。 var template = document.querySelector('template'); // Use specific selector here
template.iterator_.updateIteratedValue(); // For