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.
所有插入、更新和删除都需要在我的数据库中实现,我需要知道一种使用 jstl 从我的 Web 应用程序调用它们的形式。我会感谢你的帮助
有可能参见http://dev-answers.blogspot.com/2008/04/call-stored-procedure-from-jsp-with.html但用调用 更改exec
你不能那样做。提出一个 DAO 层来处理数据库内容并在您的控制器/servlet 中使用您的 DAO。永远不要直接从 JSP 调用数据库代码!