我想為枚舉類型賦值。注意:text 和 text1 實際上來自不同的文件。const text = "sample text";const text1 = "Sample text";const enum textDisplay{ text = text; text1 = text1;}
如何使用 typescript 將計算值賦給枚舉
侃侃無極
2022-09-02 17:14:43