1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2513 from big-dream/patch-1

使用中文逗号
This commit is contained in:
Guide 2024-10-29 16:49:48 +08:00 committed by GitHub
commit 6a0e2d592e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,7 +177,7 @@ I love JavaGuide
value is JavaGuide
```
**注意** : 有读者提到上面代码运行会抛出 `ClassNotFoundException` 异常,具体原因是你没有下面把这段代码的包名替换成自己创建的 `TargetObject` 所在的包 。
**注意** : 有读者提到上面代码运行会抛出 `ClassNotFoundException` 异常具体原因是你没有下面把这段代码的包名替换成自己创建的 `TargetObject` 所在的包 。
可以参考:<https://www.cnblogs.com/chanshuyi/p/head_first_of_reflection.html> 这篇文章。
```java