检测传入的值是否为普通对象
const obj = { a: 1 };isObject(obj); // true Copy
const obj = { a: 1 };isObject(obj); // true
检测传入的值是否为普通对象