Update 04.2.md

This commit is contained in:
徐新华
2013-02-16 16:18:52 +08:00
parent 720a90d90a
commit add7b1edf0

View File

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