java http下载文件/上传文件保存
摘要:
private boolean downloadFile(String httpUrl, String savePath) { int byteread = 0; try { URL url = new URL(httpUrl); ... 阅读全文
posted @ 2014-12-09 17:42 张飞_ 阅读(8451) 评论(1) 推荐(0)
posted @ 2014-12-09 17:42 张飞_ 阅读(8451) 评论(1) 推荐(0)