摘要:
using System;using System.IO;using System.Text.RegularExpressions;namespace parse.eml{ class Email { string _path,_to,_from,_subject,_urls; public Email(string path) { _path = path; string fc = new St... 阅读全文
posted @ 2009-05-22 15:21
imba
阅读(298)
评论(0)
推荐(0)