【JQuery】 ajax 无效的JSON基元
【如题】个人理解就是 你向传数据【josn格式】了,但是后台接受确不是json格式的 数据,贴段代码var strJson = '{ "usercode": "123", "password": "123"}'; $.ajax({ type: "POST", url: "/Index/doLoginAction"..