Android開發之Api接口開發(Get請求和Post請求)總結

/** * 發送Get請求到服務器 * @param strUrlPath:接口地址(帶參數) * @return */ public static String getServiceInfo(String strUrlPath){ String strResult = ""; try { URL url = new URL(strUrlPath);
相關文章
相關標籤/搜索