如下图所示,想通过右下角按钮实现页面跳转,并且需要携带参数,参数内容为左上角宽带输入的ID的值
https://help.fanruan.com/finereport10.0/doc-view-4008.html 单元格接口
--------
a=_g().getCellValue(0,0,0);
window.location = encodeURI(encodeURI("${servletURL}?viewlet=xxxx.cpt&op=view&a="+a));