MVC3 TempData 機制 · public class HomeController : Controller · { · public ActionResult Index() · { · TempData["D"] = "WT"; · return Redirect("Index1"); ...
確定! 回上一頁