Update index.html

This commit is contained in:
PASSER-BY 2022-08-02 21:02:41 +08:00
parent 9077e81368
commit f336745af3

View File

@ -149,7 +149,7 @@
listMap = map;
var count1 = 0,count2 = 0,count3 = 0,count4 = 0;
for(var code in listMap){
if(code.match(/00$/)){
if(code.match(/00$/)&&code<'710000'){
if(listMap[code].match(/市$/)){
count1++;
}else if(listMap[code].match(/地区$/)){