typeof和instanceof

1.typeof 判斷基本的數據類型 主要判斷基本的數據類型,我們常用的基本類型有三種,字符串(String),數字(Number),布爾值(Boolean) 一般返回的有:「number」、「string」、「boolean」、「object」、「function」 和 「undefined」。 2.instanceof 運算符用來測試一個對象在其原型鏈中是否存在一個構造函數的 prototyp
相關文章
相關標籤/搜索