摘要: char[] c = this.textBox1.Text.ToCharArray(); Array.Reverse(c); string v = new String... 阅读全文
posted @ 2010-11-30 19:43 骑猪上高速_D 阅读(97) 评论(0) 推荐(0)