【動態更新】javascript小技巧隨記

1.typeof與instanceof: typeof使用格式爲typeof entity,輸出內容爲entity的類型,輸出類型是字符串,只能是如下結果:javascript "number"、"boolean"、"string"、"function"、"object"、"undefined"html 例子:if(typeof o === "object") {}java instanceof使
相關文章
相關標籤/搜索