效果如下 我想知道,这些数据结构是如何组织的。以及如何实现这样的效果?
追问一句,如何获取这些数据源?
这数据很难获取吗?网上一搜一大片
#2 楼 @kikyous 最关键的是不知道如何实现上面的效果,没有多少思路。
#3 楼 @frank
# 城市 class City has_many :districts end # 地区 class District belongs_to :city end
网上都有写好的 js,一般异步调用就可以了。
#5 楼 @jyz19880823 如果搜索的话,关键词应该搜什么?
https://github.com/encoreshao/china_regions
https://github.com/zhouguangming/chinese_cities
https://github.com/flyerhzm/chinese_regions
http://popub.net:81/script/pcas.html
#6 楼 @frank http://blog.csdn.net/software0116/article/details/8033254 比如这个
https://github.com/Kehao/area_cn_select https://github.com/saberma/china_city
一直没找到一个靠谱的方案,每次都得重头写...难过死了
#10 楼 @huacnlee 靠谱的标准是啥?求对现有的吐槽哇
#9 楼 @zgm 在给第一个贡献代码,吐槽第二个哈哈
#10 楼 @huacnlee 这个东西感觉很常用,如果有个标准的大家公认的 gem 最好了。
#13 楼 @frank 看下这个 http://popub.net:81/script/PCAS.html