@echo off chcp 65001 SET /P file=请输入要解压的zip文件: echo 即将解压: %file% call start http://localhost:1188 node html5_server.js %file%.zip pause