clientsock.java

来自「socket 套接字 共计算机网络实验」· Java 代码 · 共 17 行

JAVA
17
字号
/* * To change this template, choose Tools | Templates * and open the template in the editor. *//** * * @author Owner */class clientSock {    static void close() {        throw new UnsupportedOperationException("Not yet implemented");    }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?