最佳答案
我想知道 Java 中是否有这样的方法:
// this will output a/b
System.out.println(path_join("a","b"));
// a/b
System.out.println(path_join("a","/b");