摘要: 那此处的b是个可迭代对象,这个对象迭代完成后,再放到type里 from pymysql._compat import range_type, text_type, PY2 def _ensure_bytes(x, encoding=None): if isinstance(x, text_type 阅读全文
posted @ 2018-12-11 17:47 乐乐熊小妹 阅读(1523) 评论(0) 推荐(0)