By default, the first name in the enumerated list gets the value 0 and the following names get incremental values like 1 and 2. enum {RED, YELLOW, GREEN} ...
確定! 回上一頁