http的数据需要2种编码解码。 url中的特殊字符转换, 比如”,', :,//等. python3中通过urllib.parse.quote(..)和urllib.parse.unquote(..)来编码解码。
確定! 回上一頁