摘要: public void Run() { string str = GetText(12356); Console.WriteLine(str); } public string GetText(int n) { string s = string.Empty; while (n > 0) { int 阅读全文
posted @ 2020-12-29 15:29 OnlyUsername 阅读(268) 评论(0) 推荐(0)