摘要: 服务端测试代码 静态类 public class StaticClass { public static int Count = 0; public static int SafeCount = 0; public static int GetCount() { return Count++; } 阅读全文
posted @ 2024-08-19 00:39 DaiWK 阅读(6) 评论(0) 推荐(1) 编辑