Skip to content

Commit

Permalink
!4 update docs/java/jvm/类文件结构.md.
Browse files Browse the repository at this point in the history
Merge pull request !4 from what/N/A
  • Loading branch information
Snailclimb authored and gitee-org committed Sep 3, 2020
2 parents 3d71d84 + 69f5a25 commit 36f1f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/jvm/类文件结构.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ClassFile {
u2 interfaces_count;//接口
u2 interfaces[interfaces_count];//一个类可以实现多个接口
u2 fields_count;//Class 文件的字段属性
field_info fields[fields_count];//一个类会可以有个字段
field_info fields[fields_count];//一个类会可以有多个字段
u2 methods_count;//Class 文件的方法数量
method_info methods[methods_count];//一个类可以有个多个方法
u2 attributes_count;//此类的属性表中的属性数
Expand Down

0 comments on commit 36f1f50

Please sign in to comment.