📜  如何在 rust 代码示例中索引字符串

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

代码示例1
num_string.chars().nth(i).unwrap()