Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在所有用户之间创建多个套接字。那么我如何传递密钥和 ID,例如服务器分为单独的窗口。
谢谢你。
您正是这样做的:您 [可以] 传递键并让它们显示在单独的窗口中。
从您提出问题的方式来看,您对流/套接字似乎很陌生。我建议您首先从一个套接字开始并制作一个聊天应用程序,这样您就可以了解如何开发让您这样做的协议。