【已解决】Python中urllib.urlencode的时候出错:UnicodeEncodeError: ‘ascii’ codec can’t encode characters in position 0-2: ordinal not in range(128)
crifan 13年前 (2012-03-12) 5952浏览 0评论
【问题】 在Python中,传递给urllib.urlencode一个Dict变量: postData = urllib.urlencode(postDict); 但是结果出错: Traceback (most recent call last...