32位系统与64系统返回的intSize是不一样的。

This commit is contained in:
joezou
2015-10-19 22:41:33 +08:00
parent 6ba3639f5e
commit 0feceda598

View File

@@ -334,6 +334,7 @@ func main() {
```
输出:
64 位系统:
The size of ints is: 64
32 位系统: