#!/usr/bin/python import socket import subprocess sock ... while True: command, addr = sock.recvfrom(1024) if len(command) > 0: ...
確定! 回上一頁