我正在使用这个插件 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 我有两个案例
我们可以使用这个插件制作网址吗? 任何更新?
我们可以使用这个插件制作网址吗?