weixin_33698043 2015-06-17 22:41 采纳率: 0%
浏览 33

从AJAX GET调用中删除?=

I have an ajax call such as:

$.ajax({
    url: "/query/",
    dataType: 'script',
    cache: true,
    data: {
        "" : url,
    },
    cache: false,
    //...
});

whereas: url: "/query/ is a clean URL.

When I make the request i get an URL such as:

http://domain.net/api/query/?=www.whatever.com&_=1434580542713

how could I remove the "?=" section in order to get an URL such as:

http://domain.net/api/query/www.whatever.com&_=1434580542713

Many thanks in advance,

  • 写回答

1条回答 默认 最新

  • weixin_33698823 2015-06-17 23:50
    关注
    $.ajax({ url: "/query/"+url, dataType: 'script', cache: true, data: {}, cache: false,
    
    评论

报告相同问题?

悬赏问题

  • ¥15 我想在一个软件里添加一个优惠弹窗,应该怎么写代码
  • ¥15 fluent的在模拟压强时使用希望得到一些建议
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
  • ¥15 模糊pid与pid仿真结果几乎一样
  • ¥15 java的GUI的运用
  • ¥15 Web.config连不上数据库
  • ¥15 我想付费需要AKM公司DSP开发资料及相关开发。
  • ¥15 怎么配置广告联盟瀑布流