fn main() { let a = "abcdefgh"; for c in a.chars() { println!("{}", c as u32 ); }} ... rust-ascii:ASCII等同于`char`,`str`和`String`-源码.
確定! 回上一頁