def main(address='127.0.0.1', port=2323): # <1> port = int(port) loop = asyncio.get_event_loop() server_coro = asyncio.start_server(handle_queries, address, ...
確定! 回上一頁