const obj = { a: { b: { c: 1 } } };
console.log(JSON.stringify(obj));
const obj = { a: { b: { c: 1 } } };
console.log(JSON.stringify(obj, null, 2));
const obj = { a: { b: { c: 1 } } };
console.log(JSON.stringify(obj));
const obj = { a: { b: { c: 1 } } };
console.log(JSON.stringify(obj, null, 2));
本文标题:JSON.stringify
本文链接:https://www.haomeiwen.com/subject/jojfictx.html
网友评论