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中使用Struts2和hibernate我有两个下拉菜单,在选择第一个下拉菜单时它应该调用一个函数并从数据库中检索第二个下拉菜单的值
请帮忙
好吧,您在这里有很多选择,其中一些是
我会更喜欢第二种更灵活的方法。在 jquery 的帮助下创建一个自定义 JS 函数,当使用从下拉列表中选择第一个选项时调用你的操作方法,它将根据所选值发送 JSON 数据并在 JSON 解析中使用 JQuery 构建解析内容并填充第二个下拉列表的机制。
一个简单的谷歌搜索会给你一些结果。