随笔分类 -  C#

上一页 1 2
try catch
摘要:例如,我打开了一个不存在的文件 import java.io.*;public class Demo { public static void main(String[] args) { try { FileReader fr=new FileReader("d:\\aa.txt"); System 阅读全文
posted @ 2016-02-04 15:30 Mr.He多多指教 阅读(387) 评论(0) 推荐(0)

上一页 1 2