a, b, c があったときに a 以外は b みたいな条件式になってしまうことがあるのもにょるfunction f(value) { if (![a, b].includes(value)) { return C; } return a ? A : B;}
分享
投诉
删除
资料修改成功