socket.socket([family], [type] , [proto] ) · bind(host, port) · listen(value) · accept() · connect(host, port) · send(data) · recv(bufsize) · sendto(data,(addr, port)).
確定! 回上一頁