Java web中的重定向使用的是HttpServletResponse.sendRdirect(String url)方法。
Play也可以重定向,但它的response()方法没有重定向功能,直接在Controller中使用它的redirect(String url)方法即可:
public class SomeAction extends Controller{ public static Result gohome(){ return redirect("/index"); }}
版权声明
本文仅代表作者观点,不代表百度立场。
本文系作者授权百度百家发表,未经许可,不得转载。



