标签:class let java string tostring utf-8 map style public
public void JsonRead() throws IOException{ String str = FileUtils.readFileToString(new File("D:/pump.json"), "UTF-8"); Map map = (Map) JsonUtil.parse(str); }
标签:class let java string tostring utf-8 map style public
原文地址:https://www.cnblogs.com/ajya/p/10701138.html