我正在尝试使用URLConnection下载一个pdf文件.以下是我如何设置连接对象. URL serverUrl = new URL(url);urlConnection = (HttpURLConnection) serverUrl.openConnection();urlConnection.setDoInput(true);urlConnection.setRequestMethod
在线咨询:
邮箱: xwei067@foxmail.com
工作时间:周一至周五,9:00-17:30,节假日休息