摘要:
1、首先添加引入命名空间: using System.Net.Mail; 2、开始写代码,如下: 阅读全文
摘要:
1、首先添加引入命名空间: using System.Net.Mail; 2、开始写代码,如下: 阅读全文
摘要:
(1)添加引用 System.Web。 (2)在类中填写 using System.Web 命名空间。 (3)写法为: System.Web.HttpContext.Current.Server.MapPath("~/Upload/LosskWh/" + imgItem); 阅读全文
|