我尝试使用python调用7z.exe命令行程序:
7z.exe l pw12345678.7z -y "-p12345678"
可是运行时仍输出:
7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
Scanning the drive for archives:
1 file, 313563842 bytes (300 MiB)
Listing archive: C:\Users\Administrator\Desktop\PYExe\2025项目\ZipReader\icon-pw12345678.7z
Enter password (will not be echoed):
该如何解决这个问题?