如果 `url` 以问号结尾,则生成的结果不完美。 比如: ``` js gearbox.url.appendParam('foo?', {test: 1}) // 现在会得到 'foo?&test=1' // 但期望的是 'foo?test=1' ```