摘要: 以下代码: const parent = this.el.parentElement console.log(parent.children) parent.children.forEach(child => { console.log(child) }) 运行后出现以下错误: VM384:53 U 阅读全文
posted @ 2022-12-15 19:57 jopny 阅读(1302) 评论(0) 推荐(0) 编辑