【发布时间】:2012-07-17 14:00:16
【问题描述】:
我正在尝试提交此处找到的表单:http://www.purewhois.com/index.php
使用以下命令:
curl --data "queryInput=microsoft.com@hidden=default&submit=search" \
http://www.purewhois.com/index.php
它似乎无法正常工作。我什至尝试了-F 开关。任何人都可以提出解决方案吗?
【问题讨论】:
我正在尝试提交此处找到的表单:http://www.purewhois.com/index.php
使用以下命令:
curl --data "queryInput=microsoft.com@hidden=default&submit=search" \
http://www.purewhois.com/index.php
它似乎无法正常工作。我什至尝试了-F 开关。任何人都可以提出解决方案吗?
【问题讨论】:
这行得通吗?
curl --data "queryInput=microsoft.com&output=default&submit=search" http://www.purewhois.com/index.php
【讨论】: