Skip to content

等待函数,单位为毫秒。

函数参数:

  • 第一个参数:等待时间,单位 ms。
yaml
${sleep(100)}
${sleep(100)}
java
SleepFunction.sleep(100);
SleepFunction.sleep(100);