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