We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老大,我对脚本做了一点修改,它只接收一个参数,然后遍历下面所有的.baksd_pak文件并提取,提取到同级目录下的unbaksdpak目录里 unbaksdpak.zip
The text was updated successfully, but these errors were encountered:
你使用了 outdir.index("\") > -1 和 outdir.index(":") > -1 来检查输出目录是否包含反斜杠 ` 或冒号 :。但是,这可能会导致问题,因为即使输出目录中不包含反斜杠或冒号,它们的索引也可能大于 -1。
或冒号 :
为了解决这个问题,你可以使用 os.path.sep 来获取当前操作系统的路径分隔符,然后检查输出目录是否以路径分隔符结尾。
Sorry, something went wrong.
好的,但是这也算比之前的版本便捷
No branches or pull requests
老大,我对脚本做了一点修改,它只接收一个参数,然后遍历下面所有的.baksd_pak文件并提取,提取到同级目录下的unbaksdpak目录里
unbaksdpak.zip
The text was updated successfully, but these errors were encountered: