📜  如何在 python 代码示例中对字符串进行编码

📅  最后修改于: 2022-03-11 14:45:13.824000             🧑  作者: Mango

代码示例1
string_to_encode = "some random string"

encoded_string = string_to_encode.encode()