摘要:
基本命名规则 //全大写下划线命名, 使用于常量 //Pascal <帕斯卡命名法> 适用类名、方法名。 //Camel <驼峰命名法> 适用局部变量、全局变量、方法的参数。 public const int MAX_VALUE = 10; string registryKey = "Brand"; 阅读全文
posted @ 2020-06-01 15:04
g_ices
阅读(146)
评论(0)
推荐(0)
浙公网安备 33010602011771号