摘要: json字符串取值 1 @Test 2 public void test001(){ 3 String jsonStr = "{'name':'张三','age':22,'sex':'男'}"; 4 //字符串转json对象 5 JSONObject jsonObject = JSONObject. 阅读全文
posted @ 2020-03-12 11:27 lanwf 阅读(256) 评论(0) 推荐(0) 编辑