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
如图,请问这种要怎么处理
The text was updated successfully, but these errors were encountered:
顺便一提,Python3.6好像不支持 f"{xxx=}" 这种写法,要不要考虑用比较常见的写法格式化字符串,这样能支持更多的Python版本号 : )
Sorry, something went wrong.
Cookie 可以在URL边上的🔒那里看到,或者看 mydisk.php的cookie
mydisk.php
f-strings是 python3.6开始支持的,但是 f-strings debug 是 python 3.8.0开始支持的,当时也没考虑到,CMD版还用了海象运算符(语法糖谁不喜欢呢)。linux server上面自带的一般是低版本的 python3.6,所以说还是建议上新版啦,毕竟python3.9呼之欲出,3.10也正在dev中(>人<;)
好的,cookie已找到,谢谢!版本的问题 我自己再想想好了~
No branches or pull requests
如图,请问这种要怎么处理
The text was updated successfully, but these errors were encountered: