HttpURLConnection的URL包含中文字符
String sUrl = "http://image.abc.com.cn/uploads/sub/sub2/绿波花园/14_big.jpg";URL url = new URL(sUrl);HttpURLConnection connection = (HttpURLConnection) url.openConnection(/*自己的Proxy*/);假设URL:http://...
原创
2011-10-14 21:17:55 ·
477 阅读 ·
0 评论