登入
发表新帖子
至少 10 个字
汉语英语日语俄语
注册
如题
const a = {}
class B{}
const b = new B()
如何区分a和b
a.constructor // ƒ Object() { [native code] } b.constructor // class B{}