- 2
- 0
- 约小于1千字
- 约 27页
- 2016-11-27 发布于湖北
- 举报
JavaScript深入浅出;1;var num = 32;;number
string
boolean
null
undefined;2;;a == b;a === b;a == b;3;number
string
boolean
null
undefined;;4;类型检测;typeof(undefined) ) === “undefined”
typeof(new Object() ) === “object”
typeof( [1, 2] ) === “object”
typeof(NaN ) === “number”
typeof(null) === “object”;Why typeof null === “object”;obj instanceof Object;;Object.prototype.toString.apply([]); === “[object Array]”;
Object.prototype.toString.apply(function(){}); === “[object Function]”;
Object.prototype.toString.apply(null); === “[object Null]”
Object.prototype.toString.apply(undefined); === “[object Undefine
您可能关注的文档
- 基于Atmega16单片机的步进电机实验教程.doc
- 基于EPON的光接入网设计教程.docx
- 基于FPGA的交通灯控制器设计教程.doc
- 基于GIS的小区管理系统教程.doc
- 基于IPv6的Contiki系统入门实验教程.doc
- 基于Java的博客管理系统的设计与实现教程.doc
- 基于MasterCAM发夹产品设计教程.docx
- 基于McWiLL无线宽带技术的县域电力通信网建设方案教程.docx
- 基于MSP430单片机的信号源教程.doc
- 甘肃某农业科技示范基地综合楼施工组织设计要点.doc
- 2025年云南省曲靖市员额检察官遴选考试真题及答案.docx
- 2025年云南省瑞丽市检察院书记员考试试题及答案.docx
- 2025年云南省丽江市员额检察官遴选考试真题及答案.docx
- 2025年伊春市检察系统考试真题(附答案).docx
- 2025年云南省文山市法官检察官遴选试题及答案.docx
- 2025年云南省瑞丽市员额检察官遴选考试真题及答案.docx
- 2025年云南省临沧市检察官逐级遴选笔试题目及答案.docx
- 2025年云南省芒市检察院书记员考试题(附答案).docx
- 2025年云南省泸水市检察官、法官入员额考试真题(附答案).docx
- 2025年药品经营企业温湿度监测与调控培训试题及答案.docx
原创力文档

文档评论(0)