想抓取下边这个地址中的某天节目预告.
例如: 2010-03-05日上午节目表
http://www.studytv.cn/Program/Schedule.aspx
用wget或curl 可以做到吗? 如何构建参数呢? 请高手指教,谢谢.
例如: 2010-03-05日上午节目表
http://www.studytv.cn/Program/Schedule.aspx
用wget或curl 可以做到吗? 如何构建参数呢? 请高手指教,谢谢.
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
<div class="select_date">
选择日期<input name="ctl00$ContentPlaceHolder1$txtDate" type="text" value="2010/3/2" onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$txtDate\',\'\')', 0)" onkeypress="if (WebForm_TextBoxKeyHandler(event) == false) return false;" id="ctl00_ContentPlaceHolder1_txtDate" style="width:100px;" />
<input type="image" name="ctl00$ContentPlaceHolder1$Image1" id="ctl00_ContentPlaceHolder1_Image1" src="../Library/Image/Calendar_scheduleHS.png" alt="Click to show calendar" style="height:16px;width:16px;border-width:0px;" />
<input type="submit" name="ctl00$ContentPlaceHolder1$butPeriod_2" value="上午(8:00-11:59)" id="ctl00_ContentPlaceHolder1_butPeriod_2" class="btn" />
<input type="submit" name="ctl00$ContentPlaceHolder1$butPeriod_3" value="下午(12:00-17:59)" id="ctl00_ContentPlaceHolder1_butPeriod_3" class="btn" />
<input type="submit" name="ctl00$ContentPlaceHolder1$butPeriod_4" value="晚上(18:00-23:59)" id="ctl00_ContentPlaceHolder1_butPeriod_4" class="btn" />
</div>