We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea3373 commit fa07f50Copy full SHA for fa07f50
04.2.md
@@ -20,7 +20,7 @@
20
21
getint,err:=strconv.Atoi(r.Form.Get("age"))
22
if err!=nil{
23
- //数字转化出错了,那么可能就是不是数字
+ //数字转化出错了,那么可能就不是数字
24
}
25
26
//接下来就可以判断这个数字的大小范围了
0 commit comments