?? client1.java
字號:
import java.net.*;
import java.io.*;
public class Client1{
public static void main(String[] args){
Socket client=null;
try{
System.out.println("輯滾客狼 楷搬闌 矯檔欽聰促.");
client=new Socket("127.0.0.1", 7777);
System.out.println("楷搬登菌嚼聰促.");
}catch(Exception e){
System.out.println("楷搬 角菩..");
}finally{
try{
if(client!=null) client.close();
}catch(IOException ie){}
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -