Preparing search index...
The search index is not available
js-xxx - v2.2.29
js-xxx
isObj
Function isObj
is
Obj
(
value
)
:
boolean
检查是否对象
Parameters
value
:
any
值
Returns
boolean
Example
isObj
({});
/// true
isObj
(
null
);
/// false
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
js-xxx - v2.2.29
Loading...
检查是否对象