摘要:
```go
package main import ( "fmt" "math"
) var valA float64 = 3.55554444 func main() { // Bad assumption on rounding // the number by casting it to // integer. intVal := int(valA) fmt.Print... 阅读全文
posted @ 2018-03-22 00:01
cucy_to
阅读(75)
评论(0)
推荐(0)

浙公网安备 33010602011771号