Initial commit
This commit is contained in:
7
Experiment/graph/Exp5/StringReplacement.mermaid
Normal file
7
Experiment/graph/Exp5/StringReplacement.mermaid
Normal file
@@ -0,0 +1,7 @@
|
||||
graph TD
|
||||
A[开始] --> B[初始化: 定义原始字符串];
|
||||
B --> C[输出: 原始字符串];
|
||||
C --> D{处理: 将所有 she 替换为 he};
|
||||
D --> E{处理: 将所有 She 替换为 He};
|
||||
E --> F[输出: 替换后的字符串];
|
||||
F --> G[结束];
|
||||
Reference in New Issue
Block a user