问题
I have a text file containing multiple URLs and I want to run using below code :
curl -i URL.txt
like this, I want to run multiple commands sequentially from a batch file. So is there a way to run this.
来源:https://stackoverflow.com/questions/61189635/run-multiple-curl-command-from-batch-file-sequentially