未验证 提交 72c9808b 编写于 作者: X Xiang Jaywhen 提交者: GitHub

Java语句缺少分号

System.out.println(list) 后缺少分号
上级 0f8129d8
......@@ -272,7 +272,7 @@ Method add = clazz.getDeclaredMethod("add", Object.class);
//但是通过反射添加,是可以的
add.invoke(list, "kl");
System.out.println(list)
System.out.println(list);
```
泛型一般有三种使用方式:泛型类、泛型接口、泛型方法。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册