DEP0053:util.isObject()
类型:运行时
¥Type: Runtime
util.isObject()
API 已弃用。请改用 arg && typeof arg === 'object'
。
¥The util.isObject()
API is deprecated. Please use
arg && typeof arg === 'object'
instead.
类型:运行时
¥Type: Runtime
util.isObject()
API 已弃用。请改用 arg && typeof arg === 'object'
。
¥The util.isObject()
API is deprecated. Please use
arg && typeof arg === 'object'
instead.