📌  相关文章
📜  获取字符串的第 n 个字符 python 代码示例

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

代码示例1
string = "hello world"
print string[4]
//o