通過調用 jsonDecode() 方法來解碼JSON,並把JSON字串當作參數傳進去。 Map<String, dynamic> user = jsonDecode(jsonString); print('Howdy, ${user['name']}!'); print ...
確定! 回上一頁