From 40636a75a9af8f2ffb082249f061ed58aa5d5578 Mon Sep 17 00:00:00 2001 From: mumuy Date: Fri, 5 Aug 2022 09:38:52 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E5=88=A4=E6=96=AD=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8b1fea9..e071ebc 100644 --- a/index.html +++ b/index.html @@ -149,7 +149,7 @@ listMap = map; var count1 = 0,count2 = 0,count3 = 0,count4 = 0; for(var code in listMap){ - if(code.match(/00$/)&&code<'710000'){ + if(code.match(/00$/)&&!code.match(/0000$/)&&code<'710000'){ if(listMap[code].match(/市$/)){ count1++; }else if(listMap[code].match(/地区$/)){