摘要: class SingleCase { public static SingleCase instance=null; public string name =""; public static SingleCase getInstance(string n) { if(instance==null) 阅读全文
posted @ 2023-05-08 08:44 .net&new 阅读(15) 评论(0) 推荐(0)