Rust 快速入坑总结Options类型和错误处理enum Option { None, Some(T), } Option 系统类型,可以传入任何值,包含2个函数Some() Noe() 通过匹配match ...
確定! 回上一頁