Explorar el Código

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

joezou hace 10 años
padre
commit
6ba3639f5e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      eBook/04.7.md

+ 3 - 1
eBook/04.7.md

@@ -334,7 +334,9 @@ 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