文件格式转换
文件的格式轉化其實只是一種障眼法,本質上一些文件的屬性根本沒有發生變化?
- 使用轉換器轉換文件格式,就相當于男性做了變性手術,在本質上性別發生變化
- 手動(自動)更改后綴,就相當于男性畫了一個女妝,在本質上性別并未改變,不過給大眾一種女性化視覺罷了
下面的代碼只是我個人偷懶,批量更改后綴,因為使用電腦解析都可以解析成功(對于我自己的需求而言)
/*** @description:* @author: pwby* @create: 2019-12-06 10:15**/ public class convert {public static void main(String[] args) {File file=new File(File.separator+"G:"+File.separator+"hh");File[] files=file.listFiles();for(File f:files) {String name = f.getName();f.renameTo(new File(File.separator+"G:"+File.separator+"hh"+File.separator+name.substring(0, name.length() - 4) + "mobi"));}System.out.println("完成");} }?
總結
- 上一篇: 【云原生微服务>SCG网关篇十二】Spr
- 下一篇: 这个 拿去 用 这70个让你笑的合不拢嘴