你好,我有朋友陣列this.venner
訪問數組值 - AngularJs
我也有陣列稱爲this.convensations
和輸出是一樣this.venner
, 但這裏的ID叫partner_id
(PARTNER_ID輸出爲54312,54345 ,54346)
現在我想比較,如果this.convensation partner_id
和this.venner id
如果是相同
是這樣的:
if (this.convensation in this.venner) {
//do something
} else {
// do something
}
我編輯了我的問題,請參閱,如果你能幫助我。 –