typeof

110 阅读1分钟
console.log(typeof typeof [])
    
    typeof [] ---> 'object'
    
    typeof 'object' //string