import java.io.File; import java.io.IOException; public class FileProcessor { public static void main(String[] args) { File file = new File("example.txt"); try { if (file.createNewFile()) { } else { } } catch (IOException e) { } } }


上一篇:
下一篇:
切换中文