列舉和同樣我們先前已經用過的「match」關鍵字經常互相搭配著使用,在這個章節中 ... enum Message { Quit, Move { x: i32, y: i32 }, Write(String), ...
確定! 回上一頁