echarts map 地图版 省,市,区 三级联动 下沉下效果。
2021-09-01 22:05:53 4.26MB echarts map 下沉
1
因项目需求需要在选择省市区的时候得到其行政编码,所以在原有一版没有行政编码的基础上整理了行政编码,供参考
2021-09-01 14:10:46 45KB 省市区
1
2020.6 全国行政区域数据sql,开箱即用
2021-09-01 14:10:23 114.6MB 地图
1
这个是使用Bootstrat实现的省市区三级联动的jQuery插件,非常方便就能实现省市区选择,各种样式集成,可供选择。
2021-08-31 16:49:38 110KB 省市区三级联动
1
Excel 三级 联动 下拉框 宏代码 实例 代码注释 先在第一个下拉框加入一个valiation, 内容是 =$A$2:$A$5 Private Sub Worksheet_Change(ByVal Target As Range) ' Call back function which defined within according worksheet Dim i As Integer Dim tempStr As String Dim firstDrawBoxRowCount As Integer Dim firstDrawBoxColumn As Integer firstDrawBoxRowCount = 4 'Define the row number of first draw box firstDrawBoxColumn = 1 'Define the column number of ifrst draw box Dim secondDrawBoxRowCount As Integer Dim secondDrawBoxColumn As Integer secondDrawBoxRowCount = 33 'Define the row number of second draw box secondDrawBoxColumn = 4 'Define the column number of second draw box If Target.Column = 1 Then 'This defines the first column of draw box list, you can also define the row number of draw box list Cells(Target.Row, Target.Column + 1) = "" ' Do the clean first Cells(Target.Row, Target.Column + 1).Validation.Delete Cells(Target.Row, Target.Column + 2) = "" Cells(Target.Row, Target.Column + 2).Validation.Delete For i = 2 To firstDrawBoxRowCount + 1 'Enter the cycle to find out the content for column 2 If Trim(Cells(Target.Row, Target.Column)) = Trim(Cells(i, firstDrawBoxColumn)) Then tempStr = Trim(Cells(i, firstDrawBoxColumn + 1)) 'Find out the options for second draw box, it is seperated by , Cells(Target.Row, Target.Column + 1).Select ' Fill the validation to second draw box With Selection.Validation .Delete .Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _ xlBetween, Formula1:=tempStr .IgnoreBlank = True .InCellDropdown = True .InputTitle = "" .ErrorTitle = "" .InputMessage = "" .ErrorMessage = "" .IMEMode = xlIMEModeNoControl .ShowInput = True .ShowError = True
2021-08-29 22:09:39 27KB Excel 三级 联动 下拉框
1
2019年中国省市县地区代码 省份数据:31,城市数量:342,区县数量:3272,乡镇数量:43104,社区数量:658001,共计:704750。 下表仅列出省市县数据,所有数据请自行下载查看。 下载数据包含:代码、名称、上级代码、简码、乡村分类、下级数量
2021-08-27 10:18:40 41.42MB 省市县 五级联动
1
二级联动 下拉列表 可以进行2级联动下拉等功效 完全的代码 用的时候只需要改改数据库就行了
2021-08-25 17:19:48 2KB 二级联动 下拉列表
1
微信小程序,包含了完整的省-地-区县三级联动组件,包含即可用。
1
全国省市区镇四级联动
2021-08-21 21:45:17 4.54MB 省市区镇 四级联动
1
即取即用附上七大洲枚举 1.亚洲 2.欧洲 3.非洲 4.北美洲 5.南美洲 6.大洋洲 7.南极洲
2021-08-20 14:15:35 3.04MB
1