Method
OpenAPI.Method class
Warning: This API is now obsolete.
尽管这个类在以前很常用,但是现在已经不推荐使用了。请使用新的类。当然,如果你有特殊需求,你仍然可以使用这个类。
通用API
Signature:
class Method
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| string[] | 光标系统样式名称 'default', 'auto', 'pointer', 'text', 'wait', 'help', 'crosshair', 'move', 'n-resize', 's-resize', 'w-resize', 'e-resize', 'nw-resize', 'sw-resize', 'ne-resize', 'se-resize' | |
| string | 当前页面协议 @ "http://" : "https://" |
Methods
Method | Modifiers | Description |
---|---|---|
| 检查当前模板是否是兼容的模板ID。 false = 不兼容, true = 兼容 | |
| 基于cursorSystemStyleName来弹出指定名称 | |
| 日期转时间戳, 格式 1970/01/01 00:00:00 或 1970-01-01 00:00:00 | |
| 解析并计算复杂表达式的函数 | |
| 获取事件页名称 | |
| 获得模块数据 | |
| 随机颜色 | |
| 随机字符串 | |
| 获取两个数之间的范围,包括起始和结束数字 | |
| 将阿拉伯数字转换为罗马数字的函数 | |
JudgeTypeConstantVariable(constant, variable, index_type, variable_type) |
| 判断常量变量类型 |
| 解析文本内函数组合 | |
| 解析文本内游戏变量占位符 | |
| 解析文本内变量占位符 | |
| 替换函数组合数据 | |
| 替换占位符数据 | |
sendRequest(url, json, completeText, errorText, trigger, requestType) |
| 更简单的HttpRequest |
| 打乱数组 | |
| 时间戳转日期, 格式 1609459200。 支持获取特定时间 |