文件名称:xmlrpc-android.jar
文件大小:20KB
文件格式:JAR
更新时间:2018-06-02 02:39:07
java xmlrpc android jar
XMLRPCClient rpc = new XMLRPCClient("http://192.168.1.6:81/xmlrpc"); try { System.out.println(1111); Object o = rpc.call("test"); System.out.println(o); System.out.println(2222); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); }