1. 程式人生 > >typeof()、instanceof()用法及區別

typeof()、instanceof()用法及區別

typeof()及instanceof()操作符的用法及區別

typeof():檢測基本型別值所屬型別

instanceof():檢測引用型別值具體屬於什麼型別的物件

......