摘要: 面试题如下:完成如下代码,使其输出“Hello World!”using System; using System.Collections.Generic;using System.Linq; using System.Text; namespace HelloWorld { class Program { static void Main(string[] args) { if (/* 补充这里 */) Console.Write("Hello"); else ... 阅读全文
posted @ 2011-12-16 20:47 NSDefaultRunLoopMode 阅读(249) 评论(0) 推荐(0) 编辑