let key = { i:"1", j:"", k:""};if(key.i === "" && key.j==="" && key.k===""){ console.log("不能为空");}这样写了 && 以后log不提示了。我想判断3个对象为空是都提示log。 查看完整描述