2

在代码行之间或调用函数之间是否存在类似 python 中的会话超时?像这样的东西:

threshold = 20
def afunction(input):
  start_session
  try:
    do_something...
    return x
  except SessionTimeOut:
    return y
4

0 回答 0