java中怎么把絕對路徑改成相對路徑?
謝邀。不多廢話了,直接說。
把文件的絕對路徑轉換成相對路徑 java.io.File提供了兩個方法:
File
getAbsoluteFile()返回一個File對象實例
Returns the absolute form of this abstract pathname.
String
getAbsolutePath() 返回一個字符串
Returns the absolute pathname string of this abstract pathname.
java.nio.file.Path提供的
Path
toAbsolutePath()
Returns a Path object representing the absolute path of this
path.
樓主可以私聊我,我給你些學習資料,
上一篇對象的一個功能實現
下一篇a平方b平方等于c平方