gpt4 book ai didi

windows - 当我输入结尾有空格的内容时,set/p 崩溃

转载 作者:行者123 更新时间:2023-12-03 16:53:07 25 4
gpt4 key购买 nike

 set /p name= Enter the NAME :

if [%name%]==[] goto input_failed

当我输入一些名称 gani_(其中 _ 是空格)时,我的脚本会崩溃。

最佳答案

试试这样 -

set /p "name= Enter the NAME :"

echo.%name%

if "%name%"=="" goto input_failed

样本输出
D:\>draft.bat

D:\>set /p "name= Enter the NAME :"
Enter the NAME :gane

D:\>echo.gane
gane

D:\>if "gane " == "" goto input_failed

干杯,G

关于windows - 当我输入结尾有空格的内容时,set/p 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24957768/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com