<
从版本< 3.1 >
xu yang编辑
在2021/11/30 11:26上
到版本
xu yang编辑
在2021/11/30 11:24上
>
修改评论 该版本没有评论

Summary

Details

Page properties
Content
... ... @@ -119,25 +119,8 @@
119 119  
120 120  测试宏
121 121  
122 -example:
123 -
124 124  {{example}}
125 125  class Test{
126 - private String name;
127 - private int age;
128 128  }
129 129  {{/example}}
130 130  
131 -
132 -code:
133 -
134 -{{code language="java"}}
135 -class Test{
136 - private String name;
137 - private int age;
138 -}
139 -{{/code}}
140 -
141 -
142 -
143 -