python:实现PORT SCANNER端口扫描器
import socket
import subprocess
import sys
from time import time
import platform
# Clear the screen
subprocess.call('clear' if platform.platform() in (
import socket
import subprocess
import sys
from time import time
import platform
# Clear the screen
subprocess.call('clear' if platform.platform() in (