資源簡(jiǎn)介
將壓縮文件隱藏到圖片的python實(shí)現(xiàn),更改篩選標(biāo)準(zhǔn)可以推廣到融合各種文件
代碼片段和文件信息
import?os
path=os.getcwd()
files?=?os.listdir(path)
#print?files
for?file?in?files:
????if?file.endswith(‘jpg‘)or?file.endswith(‘png‘)or?file.endswith(‘bmp‘):
????????jpg=file
????if?file.endswith(‘zip‘)or?file.endswith(‘rar‘)or?file.endswith(‘7z‘):
????????zi=file
jpg_file
評(píng)論
共有 條評(píng)論