import java.nio.file.Path; import java.nio.file.Paths; Path filePath = Paths.get("your-file-path"); String fileBaseName =
確定! 回上一頁