摘要:
第一种方式 前台 $.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 阅读全文
posted @ 2011-04-07 22:35
fumen
阅读(729)
评论(0)
推荐(0)
浙公网安备 33010602011771号