Python- 随便写写python脚本 开启一个本地的8000服务器 调用http.server模块:from http.server import BaseHTTPRequestHandler, HTTPServer 调用psutil模块:import psutil