老师这是什么情况
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 相关代码: import javax.servlet.HttpConstraintElement; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; @WebServlet ( "/content" ) public class ContentServlet extends HttpServlet { @Override protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.getWriter().println( "<b style='color:red'>I'm server content" ); } } |
相关截图:
16
收起
正在回答 回答被采纳积分+1
1回答
Java工程师 2024版
- 参与学习 2036 人
- 提交作业 1407 份
- 解答问题 1267 个
2024重磅革新,超百小时内容豪华升级,加速提升高级技能与高薪就业竞争力 课程紧贴企业最新人才需求,历经7年持续迭代,帮助万名学子入行转行 从零起点到高阶实战,学习路径稳健顺滑,成就从小白到工程师高薪
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧