一款js 操作URL的插件
功能十分强大.可以增加 .修改.删除.参数
示例代码:
var url = new URL("http://example.org/foo?bar=baz"); url.addQuery("foo", "bar");