檢測數據類型的方法

檢測數據類型的方法 typeof 檢測 基本 數據類型 typeof的兩種寫法,如下: 1)typeof +空格 + 變量名 2)typeof +(變量名) typeof的檢測限制——不能精準檢測出複雜數據的數據類型 instanceof 檢測 複雜 數據類型 語法:變量名+空格+instanceof +數據類型 instanceof 可用來檢測對象和數據,但檢測不了像 Number、String
相關文章
相關標籤/搜索