public enum enumEx { A, B, C, D, } public class enumTest : MonoBehaviour { void Start () { string testString = "D"; //枚举转换成字符型 Debug ...
確定! 回上一頁