ToInt32(post["score"]); Student data = new Student(id, name, score); return View(data); } } }. 有加[HttpPost]標籤的是Post的方法,讓MVC知道 ...
確定! 回上一頁