jQuery AJAX and JSON Example in ASP.Net Core MVC
摘要:
public class PersonModel { public string Name { get; set; } public string DateTime { get; set; } } public class PersonController : Controller { public 阅读全文
posted @ 2023-02-21 17:25 宁静致远. 阅读(55) 评论(0) 推荐(0) 编辑