原创 python 裏面的 client_sender

def client_sender(buffer):     client = socket.socket(socket.AF_INET,socket.SOCK_STREAM)##定義socket類型,網絡通信,TCP     #Pytho