跳到主要内容

isPlainObject

对象是否是纯对象

使用例子

isPlainObject({ a: 2 }) // true
isPlainObject(null) // false

参数

参数说明默认值
obj?检测的目标-

返回值

true or false