logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

flutter解析json数组

直接上代码:List responseJson = json.decode(response);List<CardBean> cardbeanList = responseJson.map((m) => new CardBean.fromJson(m)).toList();CardBean cardBean = cardbeanList.first;其中r

#flutter#json
到底了