PlantUML 顺序图 - 图1

    1. @startuml
    2. header Page Header
    3. footer Page %page% of %lastpage%
    4. title 我其实什么都不是
    5. autonumber
    6. actor "chenshun" as chenshun #red
    7. ' The only difference between actor
    8. 'and participant is the drawing
    9. activate chenshun
    10. chenshun <--> chenshun: 我先给自己发一条消息
    11. note left:this is frist
    12. chenshun -[#blue]> Alice: 这里我什么都不做
    13. note right:hello world
    14. ==这个是第一部分zzzZZZZZ==
    15. activate Alice
    16. Alice -[#green]> Bob: << createRequest >>
    17. Bob -> 草草 ** :create
    18. 草草 -> Bob : 第二个
    19. activate Bob
    20. Bob --> Alice: Authentication Response
    21. ==这个是第二部分zzzZZZZZ==
    22. ||55||
    23. Alice -> Bob: Another authentication Request
    24. Alice <-- Bob: another authentication Response
    25. deactivate Alice
    26. Alice -> chenshun
    27. @enduml