strconv.IntSize返回值根据系统位数而不一样
@@ -334,7 +334,10 @@ func main() {
```
输出:
-
+
+ 64 位系统:
+ The size of ints is: 64
+ 32 位系统:
The size of ints is: 32
The integer is: 666
The new string is: 671