소스 검색

Merge pull request #146 from zouyx/master

strconv.IntSize返回值根据系统位数而不一样
无闻 10 년 전
부모
커밋
29fb603d88
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      eBook/04.7.md

+ 4 - 1
eBook/04.7.md

@@ -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