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.
我打算使用地名创建国家/地区-> 州/省--> 邮政编码的级联下拉列表。你有什么好的网络服务或例子吗?
非常感谢您的回复,最好的
这是在 MVC 中创建级联下拉列表的一个很好的示例。从那里您将设置 Web 服务调用以获得您想要的。您可能希望缓存该数据或提供一个良好的单例服务来存储它,这样您就不必花费多次 Web 服务调用的费用。