使用 to_string():
to_string()
let x: u32 = 10; let s: String = x.to_string(); println!("{}", s);
输出:
10
我要举报该,理由是: