最新回答 / happyxixi
public static Map<String,String> xmlToMap(HttpServletRequest req) throws IOException, DocumentException{ Map<String,String> map = new HashMap<String, String>(); InputStream is = req.getInputStream(); SAXReader reader = new SAXReader...
2018-09-04