摘要: const obj = { a: 1, b: 2, c: { d: 1, e: 2, }, }; function isObject(val) { return val !== null && typeof val "object"; } function observe(obj) { const 阅读全文
posted @ 2024-10-09 15:07 Zhentiw 阅读(2) 评论(0) 推荐(0) 编辑
摘要: const obj = { a: 1, b: 2, c: { a: 1, b: 2, }, }; function isObject(val) { return val !== null && typeof val "object"; } function observe(obj) { for (l 阅读全文
posted @ 2024-10-09 14:58 Zhentiw 阅读(4) 评论(0) 推荐(0) 编辑