Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个包含多个目录的 zip,其中包含文件。当我创建 zip 时,我已经对文件和目录进行了排序。当我打开我的 zip 存档时,无论我在做什么,看起来目录都是按字母数字排序的,所以我的排序被忽略了。这是正常的还是我错过了什么?
使用文件名,使用日期格式为年-月-日,此格式文件将按 asc 排序,例如
20190506_file 20190506_file
如果您添加文件“20180506”,它将位于开头。
20180506_file 20190506_file 20190506_file