导航

2010年12月6日

摘要: public void MailSend(string[] mails) { try { MailMessage message = new MailMessage(); foreach (string mail in mails) { ... 阅读全文

posted @ 2010-12-06 11:46 世纪老妖 阅读(689) 评论(0) 推荐(0) 编辑