python基礎知識(二十三)

socket接口 一個完整的socket有一個本地唯一的socket號,由操作系統分配。 OSI模型 TCP協議 線程客戶端 from socket import * from threading import Thread def fasong(): while True: data=input("請輸入數據:") c_client.send(data.e
相關文章
相關標籤/搜索