server = await asyncio.start_server(test, '0.0.0.0', 10086) async with server: await server.serve_forever() asyncio.run(main()) ...
確定! 回上一頁