使用 Hashmap 查找在 JSP 中执行任务
我有一个哈希图和一组键。 对于每个键,我想根据它是否存在于哈希图中来执行一项任务。 有人可以展示一种方法来做到这一点吗? 我在我的应用程序中使用 Struts 和 JSP
I have a Hashmap and a set of keys. For each key, I want to perform a task depending on whether or not it is present in the hashmap. Can someone show be a way to do this? I'm using Struts and JSPs in my application
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题很老了,但是,您是否尝试做这样的事情?:
This question is old, but, were you trying to do something like this?: