query("*[class *=a]"); // get all elements that have a class with substring a. Ext.query("*{color=red}"); // get all elements that are displayed ...
確定! 回上一頁