function NameList() { const names = ['Bruce', 'Clark', 'Diana'] return ( {names.map(name => {name} )} ) }
確定! 回上一頁