摘要: # C#使用随笔 ## static 声明的是类方法,可以通过类名“.”直接调用 不用static声明需要实例化对象,在用“.”直接调用 阅读全文
posted @ 2023-08-08 14:27 Yimiu 阅读(9) 评论(0) 推荐(0)