摘要: str或bytes始终返回为str#!/usr/bin/env python# -*- coding: utf-8 -*-def to_str(bytes_or_str): if isinstance(by... 阅读全文
posted @ 2018-11-16 15:41 sowhat1412 阅读(97) 评论(0) 推荐(0)