Python 2.x. from urllib import urlencode data = {'name': 'Desmond Lua', 'age': 40} query_string = urlencode(data). name=Desmond+Lua&age=40.
確定! 回上一頁