摘要: 今天调试网络请求部分时,当getInputStream失败时直接抛出异常。解决方法时在getInputStream之前获取ResponseCodeif( connection.getResponseCode() != HttpURLConnection.HTTP_OK) return null; 阅读全文
posted @ 2015-04-23 11:08 蓝色冰晶 阅读(1294) 评论(0) 推荐(0) 编辑