2004年9月30日

笔试题系列之三

摘要: 请指出下面代码的运行结果,老规矩,不许用编译器using System;namespace param{ class Class1 { [STAThread] static void Main(string[] args) { Console.WriteLine(new Class1()); } public override string ToString() { return string... 阅读全文

posted @ 2004-09-30 10:23 陈叙远 阅读(3764) 评论(8) 推荐(0)

导航