Ich habe eine Aufzählung wie folgt:enum class States(value: Int) { STATE_A(1), STATE_B(2), STATE_C(3), STATE_D(4) } Wie kann ich den Wert ...
確定! 回上一頁