标签:post 方案 语句 color coding alt pytho odi src
"POST data should be bytes or an iterable of bytes. It cannot be of type str."
需要在urlencode语句后加encode(encoding=‘UTF8‘)
data = urllib.parse.urlencode(values).encode(encoding=‘UTF8‘)
标签:post 方案 语句 color coding alt pytho odi src
原文地址:https://www.cnblogs.com/amou/p/9134425.html