上一主题: 选项下一主题: Paths


PreProcess

PreProcess

表示 PreProcess 函数。 此函数始终在任意 Store 函数之前调用。 在网络迁移情况下,则在服务器上调用此函数。 此函数中只允许一般命令。

用法:
function PreProcess()
{
// statements to run before any storing takes place
}