pub const fn from_u32(i: u32) -> Option<char>
将 u32 转换为 char。请改用 char::from_u32。
u32
char
char::from_u32