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.
我有 4个下拉列表/一组复选框,我需要在任何一个列表中进行选择后,其他 3 个列表中的可用选项会相应更改......要么无法选择,要么不存在于列表本身中.
我正在使用PHP 和 MYSQL进行编码, 有人可以帮我解决这个问题吗?我是 PHP 新手。
仅使用 PHP 和 MySQL 无法做到这一点。您需要使用 Javascript 或 jQuery。jQuery 是最容易学习的。
你可以做到,但非常困难。你应该使用 jQuery,它比 PHP 更容易。