摘要: public static Map xmlToMap(HttpServletRequest request) throws IOException, DocumentException{ Map map = new HashMap(); SAXReader reader = new SAXReader(); InputStream... 阅读全文
posted @ 2017-03-07 20:30 yangfei969 阅读(340) 评论(0) 推荐(0) 编辑