isEmptyObject 判断是否是一个空对象
import { isEmptyObject } from 'm-utilsdk/index'; let obj={} isEmptyObject(obj); // -> true
← hasKey getUrlkey →