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.
像这样:</p>
当您选择一个州时,第二个将列出该州的所有城市供选择。
原谅我的写作。我的母语不是英语
您可以为此使用 ajax。实现一个视图,给定一个州,以 json 格式返回该州的所有城市。然后在模板上使用 jquery 在状态组合的更改事件中调用该视图并成功填充另一个组合。解释比实施更难。
原谅我的文字。我在手机上。