我成功地在命令提示符下安装了"six“。为什么我的"python“显示”导入"six.moves.urllib.parse“无法从源代码解析”,并且有一条黄色的波浪线。
Collecting six
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six
Successfully installed six-1.16.0
发布于 2021-10-28 06:45:43
使用
from urllib.parse import urlencode
对于python3
https://stackoverflow.com/questions/68784539
复制相似问题