如何使用插件jurlp制作网址?

时间:2016-04-08 09:14:22

标签: javascript jquery

我正在使用这个插件 https://github.com/tombonner/jurlp

我想使用参数.can来制作url。我们使用这个插件。

here is my code
// first case
  var a='http://abc/deappsl/index.html?word=abc';
var abc={
  test:"lo"
}
// second case
  var a='http://abc/deappsl/index.html';
var abc={
  test:"lo",
  p:'er'
}

// expected output
//first
//http://abc/deappsl/index.html?word=abc&test=lo

//second
//http://abc/deappsl/index.html?test=lo&p=er

http://plnkr.co/edit/IEnUPyGAgCCCPeII0xh3?p=preview 我有两个案例

  • 首先在网址中我已经“?”并添加参数,使用“&”
  • 给出预期结果
  • 第二,如果网址不包含“?”那么它用“?”添加参数和“&”

我们可以使用这个插件制作网址吗? 任何更新?

我们可以使用这个插件制作网址吗?

0 个答案:

没有答案