function hasChanged (x, y) { if (x === y) { return x === 0 && 1 / x !== 1 / y } else { return x === x || y === y } }
京公网安备 11010502049817号