Update 04.2.md

This commit is contained in:
徐新华
2013-02-16 16:18:52 +08:00
parent fea337367a
commit fa07f50c69

View File

@@ -20,7 +20,7 @@
getint,err:=strconv.Atoi(r.Form.Get("age"))
if err!=nil{
//数字转化出错了,那么可能就不是数字
//数字转化出错了,那么可能就不是数字
}
//接下来就可以判断这个数字的大小范围了