看到的网址是含文字的
import urllib.parse url = '%E7%BE%8E%E5%A5%B3' new = urllib.parse.unquote(url) print(new)
URL中的编、解码编码:urlencode解码:urldecode