如何写出优雅的代码?

everything is null
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年7月13日

摘要: string text1 = "http://www.google.com/index.htm"; string text2 = Regex.Replace(text1, @"http://www\.(\S+)\.com/(\S+)\.htm", @"http://www.$1.com/$2.htm", RegexOptions.IgnoreCase); Console.WriteLine(t... 阅读全文

posted @ 2008-07-13 11:15 灰色 阅读(998) 评论(0) 推荐(0)