Skip to content

Commit c326429

Browse files
authored
1 parent 632ed56 commit c326429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/04.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if m, _ := regexp.MatchString(`^(1[3|4|5|8][0-9]\d{4,8})$`, r.Form.Get("mobile")
9797
slice:=[]string{"apple","pear","banane"}
9898

9999
v := r.Form.Get("fruit")
100-
for _, item range slice {
100+
for _, item := range slice {
101101
if item == v {
102102
return true
103103
}

0 commit comments

Comments
 (0)