摘要: 连接多个字符串 1 string[] words = { "The", "quick", "brown", "fox", "jumps", "over", "the", "lazy", "dog." }; 2 3 var unreadablePhrase = string.Concat(words) 阅读全文
posted @ 2021-12-03 16:12 小站记忆 阅读(36) 评论(0) 推荐(0) 编辑