假:var a=0;
var c='';
var d=null;
var e=undefined;
真:var f=[];
var g={};
var h=function(){};
var b='0';