python爬虫 代码写挺长的,也是边学边写,但一直搞不清楚python的encode(编码)和decode(解码).以下是我的探究之路. 一.当然先看官方文档 地址如下 里面提到encode函数'Return an encoded version of the string as a bytes object.'就是将字符串进行编码,返回得到bytes类型对象, 而decode函数正好相反,是将bytes解码为字符串类型. 二.实际操作一下 直接以爬虫代码为例: 12 response=req…
install python extension Press F1, and input "ext install python". Then the icon at the leftmost side of the status bar is saying that something is being installed. Need to wait a while. Use command "ext" + a space to see installed ext…