Android開發中Post方式上傳文件(頭像之類的)

/** * 文件上傳 * @param actionUrl:上傳接口地址 * @param files:需上傳的文件集合 * @return * @throws IOException */ public static String upLoadFilePost(String actionUrl, Map<String, File> files) throws IOException
相關文章
相關標籤/搜索