@startuml name
skinparam sequenceParticipant underline
skinparam backgroundColor #EEE
skinparam handwritten true
skinparam sequence {
ArrowColor #AAA
ActorBorderColor #AAA
LifeLineBorderColor #AAA
LifeLineBackgroundColor #AAA
ParticipantBorderColor #CCC
ParticipantBackgroundColor #CCC
ParticipantFontName Monaco
ParticipantFontSize 14
ParticipantFontColor #000
ActorBackgroundColor #CCC
ActorFontColor #000
ActorFontSize 14
ActorFontName Monaco
}
autonumber
A->B : msg
@enduml
版权声明:本文为qq_19457117原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。