摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Net;using System.Net.Mail;namespace MVC4_discuzV2.Controllers{ public class RegisterController : Controller { // // GET: /Register/ public ActionResult Index(... 阅读全文
posted @ 2014-03-18 11:30 pengbg 阅读(296) 评论(1) 推荐(0)