跳转 var data = str+"&jc=0"+ "&data=" + $("form").serialize().replace(/&/g, "(").replace(/=/g, ")"); window.location.href = data;接收 var data1 = data.Replace("(", "&").Replace(")", "="); ViewBag.URL = "/Backxx/xxx/List/?id=5001" + "&" + data1; //调回到菜单