返回值 - undefined - boolean - string - number - object - function
console.log(typeof null);//object/*应该尽量在声明变量后进行初始化。*/var msg1;//var msg2;console.log(msg1);//undefinedconsole.log(msg2);//报错console.log(typeof msg1);//undefinedconsole.log(typeof msg2);//undefined新闻热点
疑难解答