摘要: public class TestStatic { public int Add(int a, int b) { return a + b; } public static int MyAdd(int a, int b) { int result = new TestStatic().Add(a, 阅读全文
posted @ 2021-08-21 00:11 atkfc 阅读(481) 评论(0) 推荐(0) 编辑