摘要:
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)
浙公网安备 33010602011771号