小编use*_*421的帖子

JQUERY Ajax中的Relatve和Absolute路径

$.ajax(
      {
    type: "GET",                    
    url: 'Home/GetMsg',                 
    success: function (result) {        },
    error: function (req, status, error) {}
     });    
Run Code Online (Sandbox Code Playgroud)

默认URL获取Home/GetMsg的相对路径.我从不同的控制器/视图调用此函数会干扰URL.我怎么能在这里提到绝对和相对的路径.我曾尝试使用URL:'http://abc.com/Home/Getmsg',但它再次无效

jquery asp.net-mvc-3

4
推荐指数
1
解决办法
5701
查看次数

使用SharePoint API的GetCurrentPublishing页面

无论如何都要使用SharePoint API获取当前发布页面.

sharepoint sharepoint-2010

1
推荐指数
1
解决办法
1166
查看次数