【发布时间】:2020-05-03 03:15:41
【问题描述】:
下面的代码给了我一个安排
[客户 |服务器 |云]
我想改变安排
[服务器 |云 |客户]
如何重新排列状态图的列?
@startuml
participant Client as "This is a Client"
participant Server as "This is a Server"
participant Cloud as "The big data Cloud"
Client -> Server : Request a\nHTML Document
Server -> Cloud : Get\nIngredients of content
Cloud -> Server : Deliver the\nXML content
Server -> Client : Send the \nHTML page
@enduml
【问题讨论】:
标签: plantuml