智莺生活mysql模型库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

struct.go.tpl 199 B

4 months ago
4 months ago
4 months ago
4 months ago
123456789
  1. @echo off
  2. setlocal
  3. set "inputString=hello_world"
  4. for /f "delims=" %%i in ('powershell -File "ConvertToUpperCase.ps1" -inputString "%inputString%"') do set "outputVar=%%i"
  5. echo %outputVar%
  6. endlocal