public class Student { public int SN {get; set;} public string Name {get; set;} } ... FirstOrDefault(); return Json(student); }.
確定! 回上一頁