typedef enum workday { saturday, sunday = 0, monday, tuesday, wednesday, thursday, friday } work; //此處的work為枚舉型enum workday的別名.
確定! 回上一頁