using System;
class Program
{
static void Main(string[] args)
{
int n;
while (!int.TryParse(Console.ReadLine(), out n))
Console.WriteLine("try again");
StringBuilder sa = new StringBuilder();
string s = n.ToString();
...
30
2012
03
C# Winfrom中逆序输出数字
发布:郑德才博客 | 分类:学习之路 | 评论:0 | 浏览: