编辑代码
JS代码
14.16.1
10.16.0
运行
let
a =
JSON
.stringify(
"ww"
);
let
b =
"ww"
;
console
.log(a==b);
console
.log(a===b)