2017年5月12日
摘要: // 访问SAP服务 public static String callSAP(passparameter pp, String httpUrl, String getdata) { String resultData = ""; URL geturl = null; try { // 构造一个URL对象 geturl = new URL(httpUrl); } catch (MalformedURLException e) { // Log.e(DEBUG_TAG, "MalformedURLException"); } 阅读全文
posted @ 2017-05-12 10:47 上校 阅读(4015) 评论(0) 推荐(0) 编辑