from signal import signal, SIGINT import asyncio async def server(): while True: print('run') await asyncio.sleep(1) def callback(*args, ...
確定! 回上一頁