Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b8a64ab

Browse filesBrowse files
committed
优化“为什么以下用随机生成的文字会得出 “hello world”
1 parent c940bc0 commit b8a64ab
Copy full SHA for b8a64ab

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎contents/why-does-this-code-using-random-strings-print-hello-world.md

Copy file name to clipboardExpand all lines: contents/why-does-this-code-using-random-strings-print-hello-world.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ public static String randomString(int i)
6161
15 + 96 = 111 --> o
6262
18 + 96 = 114 --> r
6363
12 + 96 = 108 --> l
64-
4 + 96 = 100 --> d
64+
4 + 96 = 100 --> d
65+
66+
stackoverflow链接:http://stackoverflow.com/questions/15182496/why-does-this-code-using-random-strings-print-hello-world

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.