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.
当您像这样在 Java 中创建 ServerSocket 时:
ServerSocket s = new ServerSocket(8888);
主机IP是否自动绑定到它。还是必须使用三参数构造函数并指定IP?
它没有必要,也许如果 PC 有多个网卡。 服务器套接字