开发者

How do I create an anchor tag on AppEngine?

开发者 https://www.devze.com 2022-12-30 15:25 出处:网络
I got the URL for the logout screen but I don\'t know how to crea开发者_StackOverflow中文版te an anchor tag to reference it

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

精彩评论

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