我想知道一个对象是否为null或未定义,所以我使用以下代码:
if(obj==='undefined'||obj===null)
但这似乎不起作用。是否有类似的python type命令在node.js shell中获取obj的类型?谢谢!
千万里不及你
相关分类