urllib.urlencode doesn't like unicode values: how about this workaround?

前端 未结 8 742
予麋鹿
予麋鹿 2020-12-12 18:59

If I have an object like:

d = {\'a\':1, \'en\': \'hello\'}

...then I can pass it to urllib.urlencode, no problem:



        
8条回答
提交回复
热议问题