摘要:
1、json数据内容格式化处理 1 package com.sklm.lhb.json; 2 3 public class JsonFormatTool { 4 5 /** 6 * 单位缩进字符串。 7 */ 8 private static String SPACE = " "; 9 10 /** 阅读全文
posted @ 2019-01-12 13:03
Java小斌
阅读(1040)
评论(0)
推荐(0)
摘要:
json数据格式为: 1、 JsonFileUtil.java 1 package com.sklm.lhb.json; 2 3 import java.io.File; 4 import java.io.FileOutputStream; 5 import java.io.FileReader; 阅读全文
posted @ 2019-01-12 12:59
Java小斌
阅读(501)
评论(0)
推荐(0)
浙公网安备 33010602011771号