1 Star 0 Fork 0

besti1923/夏馨

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FileTest.java 214 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏馨 提交于 2020-10-28 22:30 . 实验四
import java.io.File;
public class FileTest {
public static void main(String[] args) {
File file = new File("D:\\itell Java study\\demo", "Hello.txt");
System.out.println(file.exists());
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/besti1923/xia-xin.git
git@gitee.com:besti1923/xia-xin.git
besti1923
xia-xin
夏馨
master

搜索帮助