const student = { name: "林晨", stage: "ES6+", }; const scores = [88, 92, 95]; // 任务: // 1. 解构出 name、stage // 2. 解构出前两个分数 // 3. 用模板字符串把信息写入 #output