? ? Python 3 中處理中文網址使用urllib.parse.quote函數 import urllib.parse url_new = urllib.parse.quote(url,safe='')(safe中放不需要處理的字符)