解决Python3.6,发送POST请求错误提示:POST data should be bytes, an iterable of bytes, or a file object. It canno
之前遇到的坑,今天又遇到了,在此记录一下,爬虫时,转码data时,出现下面错误信息:POSTdatashouldbebytes,aniterableofbytes,orafileobject.Itcannotbeoftypestr.测试代码:#-*-coding:utf-8-*-importurllib.requestdefmovieSpider():"""模拟Ajax请求"""url="http