小编Sam*_*erd的帖子

goto此时出人意料

@echo off
color 0a
title Horror Game
echo.
echo.
echo.
echo.
echo Welcome to the game
echo If you get scared
echo Feel free to leave
echo.
echo.
echo You are in a dark room.
echo It is cold.
echo All you hear is a scratching sound
echo near your feet.
echo What do you do?
echo.
echo.
echo 1.) Feel around you
echo 2.) Listen for anything else
set/p input = Command?
if %input% == "1" goto Feel
if …
Run Code Online (Sandbox Code Playgroud)

goto batch-file

4
推荐指数
1
解决办法
4638
查看次数

标签 统计

batch-file ×1

goto ×1