easyui tree如何获取mvc中Controller的代码拼接数据 5

mvc中Controller的代码拼接数据用publicstringGetMenuData(){stringjson="";......returnjson;},或pub... mvc中Controller的代码拼接数据用 public string GetMenuData() {string json=""; ...... return json; },或 public ActionResult GetMenuData() { ......return Json(json, JsonRequestBehavior.AllowGet); }在前台view中用 $("#treeMenu").tree( { url: "/PermissionInfo/GetMenuData",}来接收,页面不显示任何内容,但将页面GetMenuData() 生成的代码复制到js中data= [{ "id": "1", "text": "系统设置", "attributes": { "url": "", "pId": "0" }, children: [{ "id": "19", "text": "Web设置", "attributes": { "url": "", "pId": "1" } }] }, { "id": "4", "text": "2管理", "attributes": { "url": "", "pId": "0" }, children: [{ "id": "5", "text": "报名模块", "attributes": { "url": "", "pId": "4" }, children: [{ "id": "13", "text": "1管理", "attributes": { "url": "", "pId": "5" } }, { "id": "18", "text": "代表", "attributes": { "url": "", "pId": "5" } }, { "id": "20", "text": "3管理", "attributes": { "url": "", "pId": "5" } }] }, { "id": "6", "text": "查询模块", "attributes": { "url": "", "pId": "4" } }, { "id": "7", "text": "模块", "attributes": { "url": "", "pId": "4" } }, { "id": "8", "text": "处理模块", "attributes": { "url": "", "pId": "4" } }, { "id": "9", "text": "统计模块", "attributes": { "url": "", "pId": "4" } }] }],用 $("#treeMenu").tree( { data: data,},则页面tree正常显示 ,是什么原因? easyui tree应如何获取mvc中Controller的代码拼接数据 ?说明:GetMenuData() 生成的代码应没有问题 展开
 我来答
窗外听雨人
2015-06-08 · TA获得超过239个赞
知道小有建树答主
回答量:135
采纳率:0%
帮助的人:105万
展开全部
在tree的url:'/controllername/GetMenuData'
我的配置“{controller}/{action}/{id}”
具体要看你的mvc路由配置方式
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式