You need to do two things: Quote each key and value from your dictionary, and; Encode those into a URL. Luckily urllib.parse.urlencode does both ...
確定! 回上一頁