### 新增IO 类

### 新增MD5 类

### 新增Mysql 类

### 新增Timer 类
This commit is contained in:
lenheart
2024-09-20 19:24:32 +08:00
parent 237bcf8719
commit 7f547f5fd4
21 changed files with 1234 additions and 16 deletions

View File

@@ -27,7 +27,8 @@ enum RETTYPE {
POINTER
}
function sq_RunScript(Path)
function printT(T)
{
return dofile("/dp_s/" + Path);
Sq_OutPutTable(Json.Encode(T));
}