1. Map转换JSON: 使用 Object.fromEntries() 方法将Map转为对象; const map = new Map([['name', '张三'],['age', '18'],['address', 'xian']]); const jsonObj = Object.from