返回列表 发帖
  1. @echo off
  2. set "target=今日明月在"
  3. echo %target:~2,-1%%target:~0,2%%target:~-1,1%
  4. pause>nul
  5. exit
复制代码
1

评分人数

TOP

返回列表