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