首页 新闻 会员 周边
5
回答数

回答被采纳 20 关于变量的作用域问题

public class MyTest : ITest { int a = 3; int b=7; public void Test() { a = 99; Console.WriteLine(a);