mirror of
https://github.com/Hello-hao/Tbed.git
synced 2026-09-20 03:18:28 +00:00
2021-03-15更新
This commit is contained in:
@@ -54,8 +54,6 @@ public class ImgUrlUtil {
|
||||
* @param savePath
|
||||
* @throws IOException
|
||||
*/
|
||||
|
||||
|
||||
public static boolean downLoadFromUrl(String urlStr,String fileName,String savePath) throws IOException{
|
||||
URL url = new URL(urlStr);
|
||||
HttpURLConnection conn = (HttpURLConnection)url.openConnection();
|
||||
|
||||
Reference in New Issue
Block a user