Flutter-拆分SQL查询结果

时间:2018-11-12 12:49:02

标签: php android mysql json flutter

这是一个非常基本的问题,我敢肯定有一个简单的答案。 我有一个数据库和一个PHP服务器,该服务器当前从表中提取所有数据(出于测试目的)。

结果看起来像这样

[{"post_id":"1","createdon":"2018-11-10","content":"This is my first post"},{"post_id":"2","createdon":"2018-11-10","content":"This is my second post"}]

在Flutter中,我将如何获取post_id [1]的内容,并将其加载到我的array [0]中,并与post_id [2]一样,将其加载到我的array [1]中?

0 个答案:

没有答案