@objc public enum TestEnum:Int{. case String1. case String2. } let testValue = TestEnum.String1. print( testValue) //prints TestEnum.
確定! 回上一頁