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.
我喜欢做的是有一个jsp页面。此页面有一个菜单栏。
当用户单击菜单栏中的某个项目时,应该在 servlet 中调用一段 java 代码。这个java代码应该查询db。
此查询的结果应添加到 request.setattribute()
这样就可以在jsp页面中显示了。
谁能给我安排这个?
只需使用查询字符串中的数据链接到 servlet。
<a href="/path/to/servlet?dataKey=dataValue"> Link text </a>