摘要: /**/////// Exception Sample///namespace ExceptionSample{ using System; class EntryPoint { static void Main() { string userInput; while (true) { ... 阅读全文
posted @ 2007-04-27 21:06 roboth 阅读(477) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;namespace _08_04{ public class Class_08_04 { public static void Main(String[] args) { Stack s = new Stack(); s.Push("Cat... 阅读全文
posted @ 2007-04-27 15:08 roboth 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Microsoft®.NET Framework 对正则表达式的支持是一流的,甚至在 Microsoft® ASP.NET 中也有依赖正则表达式语言的控件。 阅读全文
posted @ 2007-04-27 12:09 roboth 阅读(336) 评论(1) 推荐(0) 编辑