JSON 数据中,要将 value 转成特定的值,如何优雅的转换
2023-01-06比如有个这样的 response{ "examinationStatus":{ "absent":false, "noAbsent":true }, "grades":{ "m…
比如有个这样的 response{ "examinationStatus":{ "absent":false, "noAbsent":true }, "grades":{ "m…
const list = { email: { a: { big: { rule: ['abig'], isShow: true, extends: [] }, small: …