我有這個(gè)數(shù)組:[ 0 => { id: 1, name: 'Test 1', clients: [ 0 => { id: 100, name: 'Client 1' } ] }, 1 => { id: 2, name: 'Test 2', clients: [ 0 => { id: 101, name: 'Client 2' } ] }]在我的案例中,獲取所有子數(shù)組數(shù)據(jù)的最佳方法和最短方法是什么clients:[ 0 => { id: 100, name: 'Client 1' }, 1 => { id: 101, client: 'Client 2' }]提前致謝,對(duì)不起我的英語(yǔ)。
從另一個(gè)變量的子數(shù)組中獲取數(shù)據(jù)
白衣染霜花
2023-03-24 16:38:57