java用HttpClients请求url返回状态码是503怎么处理?
// 用getResponseCode可以获取URL返回状态码String surl = "";try { surl="你的url"; URL url = new URL(surl);