在Rust中没有switch语句。matcher就是switch的一个变形,但比其它语言中的switch ... let boolean = true; let binary = match boolean { false => 0, ...
確定! 回上一頁