const stu1 = { name: "xiaoming", age: 18, friend: { name: "mike", age: 17, },};const stu1_json = JSON.stringify(stu1); /