This website works better with JavaScript
Home
Explore
Help
Sign In
nice-repo-share
/
the-way-to-go_ZH_CN
mirror of
https://github.com/Unknwon/the-way-to-go_ZH_CN.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
32位系统与64系统返回的intSize是不一样的。
joezou
10 years ago
parent
6ba3639f5e
commit
0feceda598
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
eBook/04.7.md
+ 1
- 0
eBook/04.7.md
View File
@@ -334,6 +334,7 @@ func main() {
```
输出:
+
64 位系统:
The size of ints is: 64
32 位系统: