核心模块:urllib.parseurllib.parse模块包含以下几个核心函数,我们主要会用到:urllib.parse.quote(string,safe='...'):对字符串进行URL编码,urllib.parse.unq...