dat中判断变量的值

set num=1

if %num%==1 (

  cd D:/

)

 

不能写成:

if %num%==1

(

  cd D:/

)

posted @ 2025-06-05 18:09  远方是什么样子  阅读(6)  评论(0)    收藏  举报