摘要:第一种方式 前台 $.post("/home/test", { ck: { 0: "c", 1: "k"} }, function (data) { }, "text");后台 public ActionResult test(FormCollection fc) { string temp = fc["ck[0]"]; // string temp = Request["ck[0]"]; //string tmep =fc["ck[1]"]; retur
阅读全文
04 2011 档案
浙公网安备 33010602011771号