第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

如何給對象中的數(shù)組賦值

如何給對象中的數(shù)組賦值

陪伴而非守候 2023-07-06 15:11:43
我正在嘗試將數(shù)組復(fù)制到對象中的數(shù)組中。我收到這個(gè)錯(cuò)誤Type 'any[]' is not assignable to type '[]'.   Target allows only 0 element(s) but source may have more.我的對象是newForm: {formName: string, formId: string, formAttributes:[], formResponses:[]};我正在復(fù)制這個(gè)數(shù)組-formAttributeValues=["firstname", "lastname"]如下:this.newForm.formAttributes= [...this.formAttributeValues];這是行不通的。我該如何解決這個(gè)問題?
查看完整描述

1 回答

?
縹緲止盈

TA貢獻(xiàn)2041條經(jīng)驗(yàn) 獲得超4個(gè)贊

這是因?yàn)槟谑褂么蜃指鍟r(shí)必須給出正確的類型。這里formAttributes應(yīng)該是string[]類型。請參考下面的代碼更清楚的理解


// newForm object type definition

let newForm: {formName: string, formId: string, formAttributes:string[], 

formResponses:[]};

// Assigning values to newForm

newForm = {formName: "", formId: "", formAttributes:[], formResponses:[]};

let formAttributeValues=["firstname", "lastname"]

newForm.formAttributes= [...formAttributeValues]


查看完整回答
反對 回復(fù) 2023-07-06
  • 1 回答
  • 0 關(guān)注
  • 102 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號