1.變數

  • 1.宣告變數

    • 舉例來說, 取得當前目錄並儲存為變數

       set mypath=%cd%
       cd %mypath%

Last updated

Was this helpful?