项目

一般

简介

Tbl has key » 历史记录 » 版本 1

yangdefeng, 2022-06-14 17:38

1 1 yangdefeng
h4. _*%{color:green}tbl_has_key%*_
2
3
检测指定表是否存在指定key
4
5
标签:命令定义|tbl_has_key
6
7
*格式*
8
|命令名     |参数1	|参数2 |
9
|tbl_has_key|表名	|检测值|
10
11
*说明*
12
* 参数1: 待检测的表名
13
14
* 参数2: 待检测的字符串
15
16
-
17
-
18
19
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
20
21
-
22
-
23
24
bq. <notextile>[@main]</notextile>
25
<notextile><创建表/@创建表>\ \</notextile>
26
<notextile><检测表/@检测表></notextile>
27
&nbsp;
28
<notextile>[@创建表]</notextile>
29
#act
30
[[tbl_create_global]] tb_g道具清单 道具名 价格
31
[[tbl_add]] tb_g道具清单 道具1 100
32
[[tbl_add]] tb_g道具清单 道具2 200
33
[[tbl_add]] tb_g道具清单 道具3 300
34
&nbsp;
35
[[messageBox]] 道具清单创建完毕
36
&nbsp;
37
<notextile>[@检测表]</notextile>
38
#if
39
*{color:green}tbl_has_key* tb_g道具清单 道具1
40
[[not]] *{color:green}tbl_has_key* tb_g道具清单 道具4
41
#act
42
[[messageBox]] 道具清单中有道具1\\道具清单中没有道具4