摘要: 1、后台接受到前台的json格式的字符串处理方式 String jsonStr = "{\"password\":\"\",\"username\":\"张三\"}" ; JSONObject jsonObj = JSONObject.fromString(jsonStr);2、后台拼装json格式 阅读全文
posted @ 2021-02-09 14:20 十二lq 阅读(688) 评论(0) 推荐(0)