本帖最后由 武庆东 于 2012-9-6 18:22 编辑
File (String pathName)查看API文档:
Creates a new File instance by converting the given pathname string into an abstract pathname. If the given string is the empty string, then the result is the empty abstract pathname.
通过将给出参数pathName转换成一个抽象的路径创建一个文件的对象,如果给出的string是空字符串,抽象路径就为空。
|