<$str2()> » 历史记录 » 版本 1
yangdefeng, 2023-07-05 10:48
1 | 1 | yangdefeng | h4. _*%{color:green}<$str2()>%*_ |
---|---|---|---|
2 | |||
3 | 将指定变量的值转换为字符串,用于文本输出 |
||
4 | 支持多层嵌套 |
||
5 | 不会进行变量的递归解析 |
||
6 | |||
7 | 标签:命令定义|<$str2()> |
||
8 | 标签:命令定义><$str2()> |
||
9 | |||
10 | *格式* |
||
11 | <$str2(变量名)> |
||
12 | |||
13 | - |
||
14 | - |
||
15 | |||
16 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
17 | |||
18 | bq. [@main] |
||
19 | #if |
||
20 | #act |
||
21 | [[mov]] s1 你好特戒 |
||
22 | [[mov]] s0 s1 |
||
23 | %{color:lightGrey};以下输出-->s1% |
||
24 | [[sendMsg]] 6 <$str2(s0)> |
||
25 | [[print]] <$str2(s0)> |