📅  最后修改于: 2022-03-11 15:01:32.146000             🧑  作者: Mango
// mvc controller
[HttpPost]
public ActionResult IndChecking(string dta, string isChk)
{
/////
return this.Json (new { Data = result, cKey = ContainerKey }, JsonRequestBehavior.AllowGet);
}
// view
success: function (result) {
alert(result.cKey);
}