该数据是UTF-8编码的字节逃脱URL引用,所以要解码,用urllib.parse.unquote(),它处理从百分比 ... from urllib import unquote url = unquote(url).decode('utf8').
確定! 回上一頁