<
从版本< 35.1 >
xu yang编辑
在2022/03/07 14:55上
到版本
xu yang编辑
在2022/03/07 15:05上
>
修改评论 该版本没有评论

Summary

Details

Page properties
Content
... ... @@ -266,7 +266,37 @@
266 266  
267 267  
268 268  
269 +
269 269  {{plantuml}}
271 +@startuml
272 +
273 +interface Human{
274 +void eat()
275 +}
276 +note right
277 +一切人类的祖先
278 +endnote
279 +
280 +class Father{
281 +void makeMoney()
282 +}
283 +
284 +class Xiaoming{
285 +Human girlFriend
286 +void play()
287 +}
288 +
289 +Human <|.. Father
290 +Human <|.. Xiaoming
291 +Father <|-- Xiaoming
292 +Human <.. Xiaoming
293 +
294 +@enduml
295 +{{/plantuml}}
296 +
297 +
298 +
299 +{{plantuml}}
270 270  @startmindmap
271 271  
272 272  + OS
... ... @@ -287,20 +287,6 @@
287 287  
288 288  
289 289  
290 -
291 -
292 -{{plantuml}}
293 -@startuml
294 -
295 -interface Human{
296 -void eat()
297 -}
298 -
299 -
300 -@enduml
301 -{{/plantuml}}
302 -
303 -
304 304  页脚引用:
305 305  
306 306  {{footnote}}