FileInputStream讀取遠程或者網絡url時報(文件名、目錄名或卷標語法不正確)的錯

參考文章:https://blog.csdn.net/qq_33142257/article/details/52371733 將文件url轉換成URL格式,再轉換成String類型,這種方法還是會報同樣的錯 URL url = new URL(rs.getModel()); FileInputStream fin = new FileInputStream(url.toString()); 最後
相關文章
相關標籤/搜索