如果缓存发生在服务器端,请将缓存区附加到URL.
HttpURLConnection conn = ( HttpURLConnection )new URL( URL + "?_=" + System.currentTimeMillis() ).openConnection( );