An enumerated type is declared using the enum keyword. ... index: 0 value: Status.running, index: 1 value: Status.stopped, index: 2 value: Status.paused, ...
確定! 回上一頁