摘要: 无聊时的想法,想用控制台来玩玩黑客帝国中那漂亮的数字雨特效,但是做得超简陋!呵呵!using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Timers;namespace ConsoleApplication70{ class Program { static void Main(string[] args) { Console.ForegroundColor = ConsoleColor.DarkG... 阅读全文
posted @ 2011-11-18 21:32 heqichang 阅读(2882) 评论(0) 推荐(1)