标签:div log query text style 函数 prot cal prototype
1 function $$(selector,context){ 2 context=context||document; 3 var elements=context.querySelectorAll(selector); 4 return Array.prototype.slice.call(elements); 5 }
标签:div log query text style 函数 prot cal prototype
原文地址:http://www.cnblogs.com/cg309/p/6230671.html