js中的几种值比较方式 yijie_sun 2021-03-02 62 阅读1分钟 1. == 2. === 3.Array.prototype.indexOf() 4.Array.prototype.includes() 5.Object.is() .... 有空在写,先占个位