java解析xml文件
1 | public static List<String> xml2list(InputStream in) throws ParserConfigurationException, SAXException, IOException { |
js解析xml文件
1 | /** |
1 | public static List<String> xml2list(InputStream in) throws ParserConfigurationException, SAXException, IOException { |
1 | /** |