Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以帮我解决这个问题吗,我正在尝试创建一个循环来检查时间 x 是否已经过去,以便我们可以调用一个新动作。
像这样的东西:
a = 开始时间 + 10 秒 b = 当前时间
如果 a > b 做某事
我将如何编写创建时间 + x 秒的语法?