Var a=true;Var b1=new Boolean(false);Console.log(a&&b1);返回b1Console.log(a&&b1);返回true兩個結果不一樣!這是為什么
Script短路運算
胡子哥哥
2018-09-04 13:18:22