摘要: static void Main(string[] args) { string ExecuteDesc = "所要插入的字符串"; int count = ExecuteDesc.Length / 20; for (int j = 1; j ") : ExecuteDesc.Insert(j * 20 + (j - 1) * 5, ""); } } 阅读全文
posted @ 2013-11-26 00:17 莫等闲也 阅读(675) 评论(0) 推荐(0)