js神操作 2019-09-29 本文已影响0人 wolfBite 1.$$('*') 所有匹配的dom元素 例如:$$('.class') $$('#id') $$('div') 2.Object.keys(object)