string直接分成char数组
摘要:
来源:http://mcdelfino.blog.51cto.com/2058744/660711string直接分成char数组, 然后逐个输出来~usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceConsoleApplication1{classProgram{staticvoidMain(string[]args){strings=Console.ReadLine();Console.WriteLine("字符----------十进制");fo 阅读全文
posted @ 2011-09-08 19:15 McDelfino 阅读(548) 评论(0) 推荐(0)