Skip to content

Commit 8f2c31b

Browse files
committed
修复错误=改为==
1 parent 01bbfc8 commit 8f2c31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
slice:=[]string{"football","basketball","tennis"}
126126
a:=Slice_diff(r.Form["interest"],slice)
127-
if a = nil{
127+
if a == nil{
128128
return true
129129
}
130130

0 commit comments

Comments
 (0)