public static String encode(String s){ try { return URLEncoder.encode(s,"UTF-8"); } ... onImageDownloaded(imageView,url,mfolder + "/" + URLEncoder.encode(url) ...
確定! 回上一頁