<address id="zhpbl"></address>
<noframes id="zhpbl">
<address id="zhpbl"><form id="zhpbl"><th id="zhpbl"></th></form></address>

    <em id="zhpbl"></em>

      <address id="zhpbl"><th id="zhpbl"><progress id="zhpbl"></progress></th></address>
      更多精彩內容,歡迎關注:

      視頻號
      視頻號

      抖音
      抖音

      快手
      快手

      微博
      微博

      java怎樣獲取當前目錄路徑

      文檔

      java怎樣獲取當前目錄路徑

      獲取java的當前目錄路徑主要有兩種方法:1、利用System.getProperty()函數獲取當前路徑;2、使用File提供的函數獲取當前路徑。
      推薦度:
      導讀獲取java的當前目錄路徑主要有兩種方法:1、利用System.getProperty()函數獲取當前路徑;2、使用File提供的函數獲取當前路徑。

      很多朋友都想知道java如何獲取當前目錄路徑?下面就一起來了解一下吧~

      1、利用System.getProperty()函數獲取當前路徑:

      System.out.println(System.getProperty("user.dir"));//user.dir指定了當前的路徑

      2、使用File提供的函數獲取當前路徑:

      File?directory?=?new?File("");//設定為當前文件夾
      try{
      System.out.println(directory.getCanonicalPath());//獲取標準的路徑
      System.out.println(directory.getAbsolutePath());//獲取絕對路徑
      }catch(Exceptin?e){}
      File.getCanonicalPath()和File.getAbsolutePath()大約只是對于new?File(".")和new?File("..")兩種路徑有所區別。
      #?對于getCanonicalPath()函數,“."就表示當前的文件夾,而”..“則表示當前文件夾的上一級文件夾
      #?對于getAbsolutePath()函數,則不管”.”、“..”,返回當前的路徑加上你在new?File()時設定的路徑
      #?至于getPath()函數,得到的只是你在new?File()時設定的路徑
      比如當前的路徑為?C:/test?:
      File?directory?=?new?File("abc");
      directory.getCanonicalPath();?//得到的是C:/test/abc
      directory.getAbsolutePath();?//得到的是C:/test/abc
      direcotry.getPath();?//得到的是abc
      File?directory?=?new?File(".");
      directory.getCanonicalPath();?//得到的是C:/test
      directory.getAbsolutePath();?//得到的是C:/test/.
      direcotry.getPath();?//得到的是.
      File?directory?=?new?File("..");
      directory.getCanonicalPath();?//得到的是C:/
      directory.getAbsolutePath();?//得到的是C:/test/..
      direcotry.getPath();?//得到的是..
      另外:System.getProperty()中的字符串參數如下:
      System.getProperty()參數大全
      #?java.version?Java?Runtime?Environment?version
      #?java.vendor?Java?Runtime?Environment?vendor
      #?java.vendor.url?Java?vendor?URL
      #?java.home?Java?installation?directory
      #?java.vm.specification.version?Java?Virtual?Machine?specification?version
      #?java.vm.specification.vendor?Java?Virtual?Machine?specification?vendor
      #?java.vm.specification.name?Java?Virtual?Machine?specification?name
      #?java.vm.version?Java?Virtual?Machine?implementation?version
      #?java.vm.vendor?Java?Virtual?Machine?implementation?vendor
      #?java.vm.name?Java?Virtual?Machine?implementation?name
      #?java.specification.version?Java?Runtime?Environment?specification?version
      #?java.specification.vendor?Java?Runtime?Environment?specification?vendor
      #?java.specification.name?Java?Runtime?Environment?specification?name
      #?java.class.version?Java?class?format?version?number
      #?java.class.path?Java?class?path
      #?java.library.path?List?of?paths?to?search?when?loading?libraries
      #?java.io.tmpdir?Default?temp?file?path
      #?java.compiler?Name?of?JIT?compiler?to?use
      #?java.ext.dirs?Path?of?extension?directory?or?directories
      #?os.name?Operating?system?name
      #?os.arch?Operating?system?architecture
      #?os.version?Operating?system?version
      #?file.separator?File?separator?("/"?on?UNIX)
      #?path.separator?Path?separator?(":"?on?UNIX)
      #?line.separator?Line?separator?("/n"?on?UNIX)
      #?user.name?User’s?account?name
      #?user.home?User’s?home?directory
      #?user.dir?User’s?current?working?directory

      JAVA中獲取路徑?關鍵字: java中獲取路徑

      1、jsp中取得路徑:

      以工程名為TEST為例:

      (1)得到包含工程名的當前頁面全路徑:request.getRequestURI()
      結果:/TEST/test.jsp
      (2)得到工程名:request.getContextPath()
      結果:/TEST
      (3)得到當前頁面所在目錄下全名稱:request.getServletPath()
      結果:如果頁面在jsp目錄下?/TEST/jsp/test.jsp
      (4)得到頁面所在服務器的全路徑:application.getRealPath("頁面.jsp")
      結果:D:/resin/webapps/TEST/test.jsp
      (5)得到頁面所在服務器的絕對路徑:absPath=new?java.io.File(application.getRealPath(request.getRequestURI())).getParent();
      結果:D:/resin/webapps/TEST

      2、在類中取得路徑:

      (1)類的絕對路徑:Class.class.getClass().getResource("/").getPath()
      結果:/D:/TEST/WebRoot/WEB-INF/classes/pack/
      (2)得到工程的路徑:System.getProperty("user.dir")
      結果:D:/TEST

      以上就是小編今天的分享,希望能夠幫到大家。

      文檔

      java怎樣獲取當前目錄路徑

      獲取java的當前目錄路徑主要有兩種方法:1、利用System.getProperty()函數獲取當前路徑;2、使用File提供的函數獲取當前路徑。
      推薦度:
      為你推薦
      資訊專欄
      熱門視頻
      相關推薦
      微博live圖怎么發 qq查找和精確查找區別 qq消息不提醒有什么辦法解決 手機上的qq怎么退出去 win10自動關機設置在哪 windows10關閉自動更新 耗子和老鼠有什么不一樣 微信如何修改密碼 麗水在哪里哪個省份哪個市 河南過年有什么風俗 如何確認微信是否還在電腦端 怎么樣把微信鈴聲設置成自己的歌 毛尖是什么茶 蟑螂最怕的東西 怎么樣挑選椰子 微信筆記功能怎么用 如何把word中的空白頁刪掉 復活節的來歷 獼猴桃和奇異果有什么不一樣 山楂干和什么搭配泡水最好 怎樣在華為手機上添加桌面小組件 java獲取當前路徑的方法 怎么在QQ中強制解綁手機號 如何在java中獲取當前項目的路徑 怎樣在excel中去重 win10怎么樣設置定時關機 手機qq如何退出登錄 怎么把word轉pdf格式 qq消息沒有提示如何操作 qq號查找和精確查找有什么區別 怎樣獲取java運行時間 什么是javacontroller 如何在java中獲取本地ip 騾子和馬的區別在哪里 奇葩什么意思 千年殺是什么意思啊 圣誕節由來 春節習俗 西涼是現在的哪個省 春蠶的象征意義
      Top 少妇高潮太爽了在线视频