php或js怎么通过省,市,区的名字去找到对应的编码?
phpcn_u806
phpcn_u806 2017-03-03 13:35:57
0
2
998

数据库里有省市区的对应表,但现在有个问题,客户给我们的是汉字的名称,我怎么能通过汉字去找到对应的编号。省->市->区,是上下线对应关系。。这个应该没办法做到吧?

1.png2.png

phpcn_u806
phpcn_u806

reply all(2)
数据分析师

How can PHP or JS find the corresponding code through the names of provinces, cities, and districts? -PHP Chinese website Q&A-How can PHP or JS find the corresponding code through the names of provinces, cities, and districts? -PHP Chinese website Q&A

Let’s take a look and learn.

阿神

查询“北京市延庆县井庄镇”

根据“省、市、县、镇、乡”关键字将字符串分隔成array('北京市','延庆县','井庄镇'),取最后一级地区“井庄镇”

where area_name = '井庄镇';

结果若有重复,查询每条结果的上一级,判断是否是“延庆县”

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template