C# 中的常量可以是什么类型?
public class Constants{public const int MaxAttempts = 5; // 整数常量public const double GoldenRatio = 1.618; // 浮点型常量public const stri
public class Constants{public const int MaxAttempts = 5; // 整数常量public const double GoldenRatio = 1.618; // 浮点型常量public const stri