类型判断isPlainObject本页总览isPlainObject对象是否是纯对象使用例子isPlainObject({ a: 2 }) // trueisPlainObject(null) // false参数参数说明默认值obj?检测的目标-返回值 true or false