嘗試如下方式顯示表數據: import React from 'react';import 'bootstrap/dist/css/bootstrap.min.css';var a = [ { info: ['Ziraat', 'EKS', 'Tip'], nks: '4.11', total: '360090.95 KM', rata: '60001.52 KM/mi' }, { info: ['Ziraat', 'EKS', 'Tip'], nks: '3.94', total: '358594.45 KM', rata: '60001.52 KM/mi' }, { info: ['UniCredit', 'EKS', 'Tip'], nks: '7', total: '386123.37 KM', rata: '60001.52 KM/mi' }];const Dashboard = () => { return ( <table class="table text-center"> <thead class="thead-dark"> <tr> <th scope="col">Info</th> <th scope="col">NKS</th> <th scope="col"&g