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.
我有一个 try catch,想知道是否可以对 try 尝试执行的时间量施加限制。如果 try 在 3 秒后无法执行,则 catch 将调用。
谢谢