#!/bin/bash # 启动伺服驱动选型工具本地服务器 cd "$(dirname "$0")" echo "启动伺服驱动选型工具..." echo "访问地址: http://localhost:8080" python3 -m http.server 8080