紀錄一下JSON String的解析,包含將JSON String轉為Map或是JSON array ... to List<Map> final List<dynamic> dataList = jsonDecode(jsonArray); ...
確定! 回上一頁