在我的项目 ASP.NET C# 中,我有一些具有特定名称和值的常量字符串,例如:
Constant string str1 = "VAL1"; Constant string str2 = "VAL2";
我想在所有页面中使用这些字符串。最好的方法是什么?
慕码人2483693
冉冉说
相关分类