for /f %%a in (.\url.txt) do python rec.py %%a -f aaa.php
回圈讀取url.txt的內容 現在我想要的效果是
python rec.py %%a -f aaa.php 讀取url.txt會有回傳結果 也就是說要設定沒次回圈執行的時間,大約5-10秒
然后執行下一行 并且回傳輸出,高手幫忙啊 謝謝
uj5u.com熱心網友回復:
for /f %%a in (.\url.txt) do (python rec.py %%a -f aaa.php&&ping 1.2.3.4 -n 1 -w 5000 >nul)轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/102485.html
標籤:VBA
