目前我正在使用它在调用函数之前在后台线程上等待5秒:DispatchQueue.global(qos:.background).asyncAfter(deadline:.now()+5,execute:{这很好用,但我想每次都等待一个随机的持续时间。做这样的事情:letrandomTime=Int(arc4random_uniform(10))DispatchQueue.global(qos:.background).asyncAfter(deadline:.now()+randomTime,execute:{给我错误:Typeofexpressionisambiguouswithou