FlayerVEO 学无止境 - Python3 Urllib模块-基础 的评论 http://124.222.113.99/index.php/archives/1670 模块:urllib.request 连接:urllib.request.urlopen(‘网址’) 将网站内容读出: .read() 转码: .decode(‘编码’) 例: decode(...