seed
例如
var S = KISSY; S.isEmptyObject({}); // => true S.isEmptyObject([]); // => true S.isEmptyObject({ a: 'a' }); // => false
DEMO请参见 KISSY seed-lang