jquery判断是否是空对象 不含任何属性时间:2021-11-17 11:26:48code function isEmptyObject(e) { var t; for (t in e) return !1; return !0 }