摘要: #region 发送邮件 //填写电子邮件地址,和显示名称 System.Net.Mail.MailAddress from = new System.Net.Mail.MailAddress("xxx@126.com", "wode"); //填写邮件的收件人地址和名称 ... 阅读全文
posted @ 2016-12-23 11:08 a8933882 阅读(765) 评论(0) 推荐(0)
摘要: 获取Select选中的Text和Value语法解释:$("#select_id").change(function(){//code...}); // 为Select添加事件,当选择其中一项时触发var checkText=$("#select_id").find("option:selected... 阅读全文
posted @ 2015-10-31 14:42 a8933882 阅读(912) 评论(0) 推荐(0)