curl -X POST 'https://XXXX/API/cdn/nineFiveReport' -H 'pplication/x-www-form-urlencoded' -H 'Connection: keep-alive' -H 'DNT: 1' -d 'begin=20160601&end=20160731&token=237c7a768eaecae57618e225de142f42' 一串类似上面的 curl 命令。具体功能就是可以提取出我需要的数据嘛,可是这串数据要怎么在 postman 上使用呢,像 curl -X 这里的“-X ”参数要写在哪里?后面的-H 'pplication/x-www-form-urlencoded'这里的“-H ”又该写在哪里怎么写呢?请大家指教指教。( PS :这些都没学过...只是想把工作效率优化一下:))