括号不加也没事
[CODE]import java.io.*;public class test{ public static void main(String[] args) { String str = (new File(".")).getAbsolutePath(); System.out.println("path: "+str); }}[/CODE]