1.強(qiáng)制使用試圖渲染器:
a.返回值為model等時(shí).
b.返回字符串時(shí).
2.不使用渲染器
a.request分發(fā),可訪問(wèn)web-inf下資源.
b.resp重定向不可訪問(wèn)web-inf下資源.
c.返回字符串:"forward:url"時(shí)可訪問(wèn)web-inf下資源;
"redirect:url"時(shí)不可訪問(wèn)web-inf下資源;
d.controller中跳轉(zhuǎn)到新窗口:resp.getWriter().write("<script>window.open(url)</script>").