摘要:
string a; public string hzEncode(Match m) { a += m.ToString(); return a.ToString(); } private void button1_Click(object sender, System.EventArgs e) { // Create a regular expression ... 阅读全文
posted @ 2006-06-28 02:19
城
阅读(1336)
评论(0)
推荐(0)