返回字符串 return "@something";
返回json return "@json:" + json.toString();
返回302,重定向:return “r:/abc/xyz”;
服务器内部forward重定向: return “f:/abc/xyz”;