首页 新闻 赞助 找找看
5
回答数

已解决问题 20 关于变量的作用域问题

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