const isEmptyArr=(arr)=>arr.length==0&&console.log('空数组')
const isEmptyObj=(obj)=>Object.keys(obj).length==0&&console.log('空对象')