querySelector(selector); } Q = (selector, within)=>{ let w = within || doc; return w.querySelectorAll(selector); } hC = (node, ...
確定! 回上一頁