慕容望云

导航

 

2009年6月29日

摘要: using System;using System.Collections.Generic;using System.Text.RegularExpressions;public class MyClass{public static void Main(){string s=Regex.Replace("12345",@".","*"); WriteLine(s);ReadLine();}} 阅读全文
posted @ 2009-06-29 15:34 慕容望云 阅读(95) 评论(0) 推荐(0)