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

Sign up
Appearance settings

Commit 72c9808

Browse files
authored
Java语句缺少分号
System.out.println(list) 后缺少分号
1 parent 0f8129d commit 72c9808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/java/basis/Java基础知识.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Method add = clazz.getDeclaredMethod("add", Object.class);
272272
//但是通过反射添加,是可以的
273273
add.invoke(list, "kl");
274274
275-
System.out.println(list)
275+
System.out.println(list);
276276
```
277277
278278
泛型一般有三种使用方式:泛型类、泛型接口、泛型方法。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /