Board logo

标题: [数值计算] [已解决]批处理怎么做变量延迟?? [打印本页]

作者: ads350668398    时间: 2014-11-17 18:34     标题: [已解决]批处理怎么做变量延迟??

setlocal enabledelayedexpansion

set str=1234
set /a n=%random%%%4

echo !str:~%n%,1!

运行了一下 一会就显示 达到最大 setlocal 什么层 怎么办???
作者: ads350668398    时间: 2014-11-17 19:03

@echo off &mode con cols=35 lines=8 &title made by 523066680 -- If_Exist
echo,p>x

for %%a in (w a s d p q) do (set de%%a=d)
set _w=s
set _s=w
set _a=d
set _d=a
:a
cls

setlocal enabledelayedexpansion

set str=wasd
set /a n=%random%%%4
ping /n 1 127.0.0.1>nul
echo !str:~%n%,1!
set input=!str:~%n%,1!
::set input=%input:~0,1%
if not defined de%input% (goto :a)
if "%input%"=="%ever%" (goto :a)
if "%input%"=="q" (echo,q>x &exit)
if "%input%"=="r" (echo,r>x)
call,set ever=%%_%input%%%
echo %input%>x
goto :a
我还是 文件上来说话吧 经常在这玩的应该看出来了 这是大神的 贪吃蛇
作者: amwfjhh    时间: 2014-11-17 20:35

位置换下,放到:a之上。
作者: ads350668398    时间: 2014-11-17 21:18

谢谢 我大侠只敬仰 真如场江之水 连绵 犹如黄河睡在泛滥




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2