摘要:
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... 阅读全文
posted @ 2013-07-17 17:20
I love Android
阅读(1855)
评论(2)
推荐(0)
浙公网安备 33010602011771号