If you are looking to URL encode your strings, try (for Python 2): import urllib url = urllib.urlencode(url). This will handle spaces and a ...
確定! 回上一頁