使用Tcp上傳文件(圖片):

客戶端: //客戶端上傳文件 public class SocketTest { public static void main(String[] args) throws IOException { //1.創建客戶端對象 Socket socket = new Socket(「192.168.3.54」,32); //2.創建輸入流文件 FileInputStream f1 = new Fil
相關文章
相關標籤/搜索