有一个list如下
相关代码
[
{
"id": 1,
"title": "test",
"content": "hello world ",
"author": "akirayu",
"create_time": 1490161295
},
{
"id": 2,
"title": "testforgood ",
"content": "you are not hired for skills you are hired for your motivate ",
"author": "akirayu102",
"create_time": 1490161714
}
]
list赋给变量data.使用
data[1]['content']
便可取得你要的内容。