easyui juery 使用中发现的问题
1 官方提供的代码在 vs2010中发布后无法使用,为了安全限制对 扩展名为json访问。
2 ,使用json 格式中 必须使用双引号,单引号格式的json 格式不识别,
3 分页中后台可以通过
string now_page = context.Request["page"];
string now_rows=context.Request["rows"];
context.Request["sort"]
context.Request["order"];