iostore
iostore copied to clipboard
代码不严谨
export const isObject = o => typeof o === 'object';
typeof [] === 'object';=>true
感谢提醒