Why is the size of `char` 4 bytes in Rust?此代码显示char占用4个字节:[cc]println!(char : {}, std::mem::size_of::());[/cc]为什么要占用4个字节 ...
確定! 回上一頁