在网页跳转到另一个页面的事件中使用网页已获取的参数($参数名)
"http://localhost:8080/WebReport/ReportServer?reportlet="+p_name+".cpt&op=write&pan_id="+pan_id+"&year="+year+"&yue="+yue
形如这种(get方式):url+"&参数名=参数值";
如:"http://localhost:8080/WebReport/ReportServer?reportlet=demo.cpt&op=write&name=张三"