PHP获取远程内容
http://www.lecai.com/lottery/draw/sorts/ajax_get_draw_data.php?lottery_type=200&date=...
http://www.lecai.com/lottery/draw/sorts/ajax_get_draw_data.php?lottery_type=200&date=
获取这个网址,将里面的日期以及开奖记录 以及时间 抓取出来 显示我的格式
这是我的格式
<row expect="150204088" opencode="9,4,6,7,2" opentime="2015-02-04 20:48:10"/>
目标站
{"phasetype":"200","phase":"20150204088","time_draw":"2015-02-04
20:41:00","result":{"result":[{"key":"ball","data":["9","4","6","7","2"]}]},"ext":{"ten":"\u5927<\/span>\u5355","unit":"\u5c0f\u53cc<\/span>","last":"\u7ec4\u516d"}}
这是一条 只需要获取 phase期号 time_draw 时间 data 5个数字是开奖号 展开
获取这个网址,将里面的日期以及开奖记录 以及时间 抓取出来 显示我的格式
这是我的格式
<row expect="150204088" opencode="9,4,6,7,2" opentime="2015-02-04 20:48:10"/>
目标站
{"phasetype":"200","phase":"20150204088","time_draw":"2015-02-04
20:41:00","result":{"result":[{"key":"ball","data":["9","4","6","7","2"]}]},"ext":{"ten":"\u5927<\/span>\u5355","unit":"\u5c0f\u53cc<\/span>","last":"\u7ec4\u516d"}}
这是一条 只需要获取 phase期号 time_draw 时间 data 5个数字是开奖号 展开
展开全部
file_get_contents($url)//这个函数可以获得文本内容,但我建议,通常点的话用
PHP Simple HTML DOM类获取页面内容,参考
http://www.tocus.com.cn/?send=article_show&id=57&class=2
返回的数据是json数组,你可以参考
http://www.tocus.com.cn/?send=article_show&id=95&class=2
而且我看你这里是为了采集彩票数据,这里是采集大乐透数据的文档和demo
http://www.tocus.com.cn/?send=article_show&id=63&class=2
PHP Simple HTML DOM类获取页面内容,参考
http://www.tocus.com.cn/?send=article_show&id=57&class=2
返回的数据是json数组,你可以参考
http://www.tocus.com.cn/?send=article_show&id=95&class=2
而且我看你这里是为了采集彩票数据,这里是采集大乐透数据的文档和demo
http://www.tocus.com.cn/?send=article_show&id=63&class=2
追问
要是可以的话 我就不会来问啦。就是不会才会问。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询