linux服务器创建文件

File filex = new File(pt);
filex.setWritable(true,false);
filex.mkdirs();
posted @ 2022-10-31 15:48  _Lawrence  阅读(91)  评论(0)    收藏  举报