📌  相关文章
📜  javascript 为空 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:36.112000             🧑  作者: Mango

代码示例4
if(!pass || !cpass || !email || !cemail || !user) {
   // Code here
}
// Which will check for empty strings (""), null, undefined, false and the numbers 0 and NaN