例如我有一个项目test
后台test!hello_world.action代码
public String hello_world(){
return "hello";
}
可以跳转到hello页面。
但是
public String hello_world(){
return null;
}
则是弹出一个下载test!hello_world.action的提示框
求好人指点