from urllib.parse import urlencode >>> f = { 'eventName' : 'myEvent', 'eventDescription' : '中国'} >>> urlencode(f)
確定! 回上一頁