CMUI / underscore.ext

[Deprecated] Please use `Gearbox` instead.
https://github.com/CMUI/gearbox
2 stars 3 forks source link

`_.url.appendParam()` 无法覆盖 URL 中已有的同名参数 #27

Closed cssmagic closed 9 years ago

cssmagic commented 10 years ago
_.url.appendParam('http://abc.com/?b=1', {b: 2})

会得到 'http://abc.com/?b=1&b=2',貌似不科学。

cc @zhanglin800

cssmagic commented 9 years ago

后来认为这是不是一个 bug,原有行为没有问题。因为:

cc @z5

z5 commented 9 years ago

是否需要一个upAppendParam的方法呢,哇哈哈。

cssmagic commented 9 years ago

可能会加 :smiley: