C#變量做用域

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