public void test(){
String str="123";
redirect{"https://www.baidu.com/test.html"}
}
如上图示例,我想在test.html拿到本方法的字符串str,有办法吗?