其中\345\244\251\345\256\211\351\227\250 是utf8-mb3编码。
通过命令行运行python3:python3中输入一些命令,可以看到内容:
utf8mb3_text = b'\345\244\251\345\256\211\351\227\250'
decoded_text = utf8mb3_text.decode('utf-8')
print(decoded_text)
天安门
其中\345\244\251\345\256\211\351\227\250 是utf8-mb3编码。
通过命令行运行python3:python3中输入一些命令,可以看到内容:
utf8mb3_text = b'\345\244\251\345\256\211\351\227\250'
decoded_text = utf8mb3_text.decode('utf-8')
print(decoded_text)
天安门