d = {'a': 'b', 'c': 'd'};. urllib.urlencode(d). For Python 3. import urllib. d = {'a': 'b', 'c': 'd'};. urllib.parse.urlencode(d) ...
確定! 回上一頁