摘要: # 假设源字符串为 utf8_str #utf8_str = "中文字符串" # 将 utf-8 编码的字符串转换为 utf-8 带 BOM 编码的字符串 #utf8_bom_str = codecs.BOM_UTF8 + utf8_str.encode('utf-8').decode('utf-8 阅读全文
posted @ 2023-05-06 02:47 三天泪 阅读(142) 评论(0) 推荐(0) 编辑