
%~fs0的問題
結果我以為是nclick="copycode($('code0'));">復制代碼
- @echo off
- echo test1
- echo test2
- set /p str=<%~fs0
- echo %str%
但實際是nclick="copycode($('code1'));">復制代碼
- test1
- test2
- c:progra~1x.bat
為什么???nclick="copycode($('code2'));">復制代碼
- test1
- test2
- @echo off

