parse has a method for that: urlencode. Try it out in interactive Python: >>> from urllib.parse import urlencode ...
確定! 回上一頁