一、JSONObject和JSONArray的數(shù)據(jù)表示形式 JSONObject的數(shù)據(jù)是用 { } 來(lái)表示的, 例如:{ "id" : "123", "courseID" : "huangt-test", "title" : "提交作業(yè)", "content" : null } 而JSONArray,顧名思義是由JSONObject構(gòu)成的數(shù)組,用 [ { } , { } , ... , { } ] 來(lái)表示 例如:...
www.dbjr.com.cn/article/1267...htm 2025-6-1