错误翻译过来就是:不支持此语法。它需要八进制的“0o”前缀
cannot find declaration to go to
解决办法:加入双引号或者0o
python错误提示does not support this syntax it requires '0o' prefix for octal
最新推荐文章于 2023-08-06 15:47:25 发布
错误翻译过来就是:不支持此语法。它需要八进制的“0o”前缀
cannot find declaration to go to
解决办法:加入双引号或者0o