关于js里if(变量)的判断 不是专业前端的,隔一阵总会迷糊这些个undefined,null,‘’等的判断, 干脆直接发篇文章吧 上代码,一目了然 let a = undefined; let b = null; let c = ''; let d = 0;