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.
我打算从列表中选择一个选项后,根据所选选项出现一个新列表。
但是第二个选择列表向数据库发送查询,具体取决于第一个选择中的选择列表!
例子:
| 一个 | 1 |
| 一个 | 2 |
| 乙| 3 |
| 乙| 4 |
甲或乙
如果选择 A
1
2
如果选择 B
3
4
对过滤下拉列表的简单搜索将我带到了 GitHub 上的以下代码,它很好地解释了如何自己编写这些列表中的一个。你可以在这里找到它。
希望这可以帮助。