建立socket: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) ,指定 socket.AF_INET (Internet Protocol) family 的通訊協定,類型使用socket.
確定! 回上一頁