run_until_complete 是一个阻塞(blocking)调用,直到协程运行结束,它才返回。这一点从函数名不难看出。 run_until_complete 的参数是一个future,但是 ...
確定! 回上一頁