摘要:
#python3,str和bytes类型相互转换工具类#file:python3_endecode_helper.pydef to_str(bytes_or_str): if isinstance(bytes_or_str,bytes): value = bytes_or_str.decode('U 阅读全文
posted @ 2019-10-31 12:01
jenny_200
阅读(158)
评论(0)
推荐(0)

浙公网安备 33010602011771号