编辑代码

let a = JSON.stringify("ww");
let b = "ww";
console.log(a==b);
console.log(a===b)