import java.io.File; public class Demo1 { public static void main(String[] args) { File f = new File("d:/aaa/bbb.java"); ...
確定! 回上一頁