async def start_server():. server = await asyncio.start_server(handle_client, "127.0.0.1" , 2000 ). print ( "Server started" ).
確定! 回上一頁