Api

Method

OpenAPI > Method

OpenAPI.Method class

Warning: This API is now obsolete.

尽管这个类在以前很常用,但是现在已经不推荐使用了。请使用新的类。当然,如果你有特殊需求,你仍然可以使用这个类。

通用API

Signature:

class Method

Properties

Property

Modifiers

Type

Description

cursorSystemStyleName

static

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'

Origin

static

readonly

string

当前页面协议 @ "http://" : "https://"

Methods

Method

Modifiers

Description

checkTemplateID(templateID)

static

检查当前模板是否是兼容的模板ID。 false = 不兼容, true = 兼容

cursorSystemStyleName_spliceName(name)

static

基于cursorSystemStyleName来弹出指定名称

dateToTimestamp(date)

static

日期转时间戳, 格式 1970/01/01 00:00:00 或 1970-01-01 00:00:00

evaluateComplexExpression(expression, operators)

static

解析并计算复杂表达式的函数

getFeDataMessage(eventPage)

static

获取事件页名称

getModuleData(id, comp, length)

static

获得模块数据

getRandomColor()

static

随机颜色

getRandomString(len, _charStr)

static

随机字符串

getRange(start, end)

static

获取两个数之间的范围,包括起始和结束数字

intToRoman(num)

static

将阿拉伯数字转换为罗马数字的函数

JudgeTypeConstantVariable(constant, variable, index_type, variable_type)

static

判断常量变量类型

parseCombinedFunctions(text, regex)

static

解析文本内函数组合

parseGameVarPlaceholderData(text, gameData, regex)

static

解析文本内游戏变量占位符

parseVarPlaceholderData(text, getData, regex)

static

解析文本内变量占位符

replaceFunctionCombinations(text, regex, getData)

static

替换函数组合数据

replacePlaceholderData(text, regex, getData, start, end)

static

替换占位符数据

sendRequest(url, json, completeText, errorText, trigger, requestType)

static

更简单的HttpRequest

shuffleArray(array)

static

打乱数组

timestampToDate(data, data_type)

static

时间戳转日期, 格式 1609459200。 支持获取特定时间


Copyright © 2021 - 2025