摘要:
1 public class XmlwebData 2 { 3 4 @SuppressLint("UseValueOf") 5 public static List getData(String path) throws Exception 6 { 7 URL url=new URL("http://192.168.5.10:8080/FileServer/person.xml"); 8 Person person=null; 9 List persons=null;10 HttpURLConnect... 阅读全文