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