
批處理命令改為傳參會不執行卡住為什么啊
nclick="copycode($('code0'));">復制代碼
- findstr s1.txt>> 2.txt
nclick="copycode($('code1'));">復制代碼
- set /p s1=文件1:
- if exist %s1% (
- set /p s2=文件2:
- findstr s %s1% >> !s2!
- )

