摘要:        
在开始typeof之前,先看一下基本的数据类型:类型说明例子string字符串typeof "abc"; //stringnumber数值typeof 99; //numberboolean布尔值typeof false; //booleanfunction函数function test(){};...    阅读全文
posted @ 2015-07-18 21:53
木兰花
阅读(201)
评论(0)
推荐(0)
        
            
        
        
摘要:        
null与undefined都可以表示没有、无的意思,但它们之间还是有区别。undefined:当var申明变量,但是未初始化时,对象为undefined。例如:var animal;console.log(animal); //undefined同时:var animal;console.log(...    阅读全文
posted @ 2015-07-18 21:11
木兰花
阅读(187)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号