摘要: smtp 发信类: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Mail;using System.Net;namespace Niunan.Shop.Utility{ /// <summary>邮件发送类 /// /// </summary>... 阅读全文
posted @ 2012-03-26 16:22 asp_net老友记 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 例如,我们建立一个 comm.js 写入下面的一个 函数function testAddStr(str) { /// <summary>给文字前后加上一个中挂号</summary> /// <param name="str" type="String">需要加[]的文字</param> /// <returns type="String" /> return "[" + s... 阅读全文
posted @ 2012-03-26 14:34 asp_net老友记 阅读(463) 评论(0) 推荐(0) 编辑