有人知道我如何才能使用JSONObject和JSONArray从android中的这个JSON数组中获取字符串“ num12”?
[{
"id": 7378,
"status": "publish",
"acf": {
"dars": [{
"title": "math",
"cat": "cat1",
"kind": "free",
"question": "num1"
},{
"title": "math2",
"cat": "cat12",
"kind": "free",
"question": "num12"
}]
}
}]
答案 0 :(得分:-1)
from IPython.display import display
display(df)