start.bat: start /b nginx -c conf/nginx.conf stop.bat: call taskkill /im nginx.exe /f 此命令会关闭所有的nginx进程