2017-04-04 52 views

回答

1

这对于你的shell /编程语言来说更是一份工作。例如,bash应该是:

for id in abc def ghi; do 
    curl -d loginId="$id" http://... 
done