关于javascript:js-结构化赋值 jiezi 3 年前 let obj = {a:1,b:2},{a:c,b:d} = obj,model = {c,d}// model = {c:1,d:2}