If you are familiar with C, you will know that C enumerations assign related names ... enum Barcode {; case upc(Int, Int, Int, Int); case qrCode(String); }.
確定! 回上一頁