如何在JavaScript中检查空值?
如何在JavaScript中检查空值?我写了下面的代码,但它没有用。
if (pass == null || cpass == null || email == null || cemail == null || user == null) { alert("fill all columns"); return false; }
我怎样才能在JavaScript程序中找到错误?
长风秋雁
慕田峪9158850
相关分类