We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8739559 commit fdfa5c3Copy full SHA for fdfa5c3
docs/java/basis/reflection.md
@@ -178,9 +178,10 @@ value is JavaGuide
178
```
179
180
**注意** : 有读者提到上面代码运行会抛出 `ClassNotFoundException` 异常,具体原因是你没有下面把这段代码的包名替换成自己创建的 `TargetObject` 所在的包 。
181
+可以继续参考:https://www.cnblogs.com/chanshuyi/p/head_first_of_reflection.html
182
183
```java
184
Class<?> targetClass = Class.forName("cn.javaguide.TargetObject");
185
186
-<!-- @include: @article-footer.snippet.md -->
187
+<!-- @include: @article-footer.snippet.md -->
0 commit comments