开发者

How do I create an anchor tag on AppEngine?

I got the URL for the logout screen but I don't know how to crea开发者_StackOverflow中文版te an anchor tag to reference it

resp.getWriter().println(userService.createLogoutURL(req.getRequestURI()));

Tks


Altered the value of the ContentType from:

 resp.setContentType("text/plain");

to:

 resp.setContentType("text/html");

Thanks, good luck with it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜