早教吧 育儿知识 作业答案 考试题库 百科 知识分享

JSONObject.isNull(“userresponse”)这句话什么意思?返回值是什么?如题

题目详情
JSONObject .isNull(“user_response”)这句话什么意思?返回值是什么?
如题
▼优质解答
答案和解析
JSONObject 判断JSON中是否不存在"user_response"对应的value
返回是布尔值,存在返回false, 不存在返回true