Unix 卷曲按钮点击发布

Unix 卷曲按钮点击发布,unix,curl,web-scraping,web-crawler,Unix,Curl,Web Scraping,Web Crawler,我试图通过cURL执行按钮点击,我遇到了一个问题,可能是因为点击时的java脚本。HTML源代码是: <input id="ctl00_SPWebPartManager1_g_1bb6dc86_55ab_4ea9_a4db_4747922a8202_ctl00_RequestOption_0" class="radio" type="radio" checked="checked" value="1" name="ctl00$SPWebPartManager1$g_1bb6dc86_55a

我试图通过cURL执行按钮点击,我遇到了一个问题,可能是因为点击时的java脚本。HTML源代码是:

<input id="ctl00_SPWebPartManager1_g_1bb6dc86_55ab_4ea9_a4db_4747922a8202_ctl00_RequestOption_0" class="radio" type="radio" checked="checked" value="1" name="ctl00$SPWebPartManager1$g_1bb6dc86_55ab_4ea9_a4db_4747922a8202$ctl00$RequestOption">
<label for="ctl00_SPWebPartManager1_g_1bb6dc86_55ab_4ea9_a4db_4747922a8202_ctl00_RequestOption_0">    View Summary Data Online</label>

这个职位应该是怎样的?请注意,我使用的是cURL for Windows。谢谢大家!

请发布您的完整代码。该页面的链接也会有所帮助。
curl -d "RequestOption_0=1" https://xxx.xxxxx.com/customer-service/rates-pricing/customer-choice/Pages/usage-data.aspx > test20121812.txt