js注意点

1、在JS中:var a=''; 则 a==0或a==false 结果都为true;  如果是“====” 则为false

原文地址:https://www.cnblogs.com/SunXiaoLin/p/11805602.html