随笔分类 -  Java高级编程~数据交换格式

Java高级编程笔记分享
摘要:static String jsonStr = "{\"sites\":[{\"name\":\"gold\",\"url\":\"www.baidu.com\"},{\"name\":\"jlong\",\"url\":\"http://baidu.com/\"}]}"; public stati 阅读全文
posted @ 2019-06-03 10:07 Gold_Long 阅读(240) 评论(0) 推荐(1)
摘要:public static void main(String[] args) throws DocumentException { SAXReader saxReader = new SAXReader(); Document read = saxReader.read(new File("E:// 阅读全文
posted @ 2019-06-03 10:06 Gold_Long 阅读(223) 评论(0) 推荐(1)