Documentation Index
Fetch the complete documentation index at: https://docs.xray.cool/llms.txt
Use this file to discover all available pages before exploring further.
函数原型
func (reverse reverseType) wait(timeout int) bool
参数介绍
| 参数名称 | 参数介绍 |
|---|---|
| reverse | 该函数是reverseType结构体的方法,所以只能由该结构体的变量调用该方法 |
| timeout | 告诉扫描器要等待多长时间 |

