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