No, you cannot change the current query string without reloading. You could use the frgament portion of the url though (#
). Setting the fragment portion might allow you to add some entries to the browser history without reloading.
For example if your current url is http://example.com/foo
you could change it to http://example.com/foo#bar=baz
without reloading the current page.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…