随笔分类 -  Java.io

This is the folder that contains the file io stream
摘要:一、File类在Windows下的路径分隔符(\)和在Linux下的路径分隔符(/)是不一样的,当直接使用绝对路径时,跨平台会报No Such file or diretory异常。File中还有几个与separator类似的静态常量,与系统有关,在编程中应尽量使用。ps:File file = n... 阅读全文
posted @ 2015-07-26 23:51 你的微笑、很美 阅读(49687) 评论(3) 推荐(11)