(1)控制器 代码 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using TestTwo.Models; namespace TestTwo.Controllers { public class HomeController : Controller { public ActionResult Index(string id…