package controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class MainController {
@RequestMapping("/toMain.do")
public String toMain(HttpServletRequest request)throws Exception{
return "forward:/";
}
}
最近下载更多
hx0204 LV2
2024年11月2日
haozhilang LV9
2024年7月4日
Mr_VVcat LV9
2024年4月16日
FF加菲猫 LV4
2024年2月15日
fengyezi1205 LV1
2023年11月8日
xxu0219 LV2
2023年3月22日
1355862436 LV9
2022年11月3日
wanghsm LV4
2022年6月9日
yinxunyu12138 LV11
2022年5月6日
wangxin199804 LV9
2022年4月18日

最近浏览