C#变量做用域

Step1/API/Scope.csc++ using System; namespace Step1.API { class Scope { //全局变量 int a = 10; static int b = 30; public static void ScopeTest() {
相关文章
相关标签/搜索