js 三元运算符以及|| 和 && 测试 var a = ‘0’;var b = a ? ‘me’:’hi’; console.log(b);// … Continue reading js 三元运算符以及|| 和 && 测试