背景傳回json格式轉化為可視化對象格式方法 console.log('轉換之前', res); console.log('轉換之後', JSON.parse(res.data)); 使用:JSON.parse(需要轉化的資料); 從啥也不會開始吧