假设需要有页面a跳转到页面b,而且带上多传递的参数,可以用如下方式实现,
<a href="javascript:void(0)" οnclick="location=location.toString().replace(/a/, 'b')">链接</a>