js中的真假值判断 2018-10-30 本文已影响0人 毛毛_000e 假:var a=0; var c=''; var d=null; var e=undefined; 真:var f=[]; var g={}; var h=function(){}; var b='0';