Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想获取mysql数据库表的记录,但是使用servlet类并通过jsp页面显示请任何人都可以帮助我。谢谢你的建议。
为什么你在这个任务中同时使用 servlet 和 jsp,即使你可以只使用 jsp。你可以使用 jsp 标签。JSTL 也是处理数据库的好选择。在您的 jsp 文件中包含以下库。
<%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %>
一个 JSP 页面也由 web 服务器在内部创建一个 Servlet 类