随笔分类 -  JAVA基础知识

Java基础知识及常见用例
摘要:/** * 返回JSON字符串,对结果处理 */ String result=""; JSONObject jsonObject = new JSONObject(result); String access_token = jsonObject.getString("access_token"); 阅读全文
posted @ 2020-04-18 11:05 执断剑披荆斩棘 阅读(521) 评论(0) 推荐(0)
摘要:List<String> result = Arrays.asList(str.split(",")); 阅读全文
posted @ 2020-03-16 23:41 执断剑披荆斩棘 阅读(546) 评论(0) 推荐(0)