$url = "https://s.taobao.com/search?q=&imgfile=&js=1&stats_click=search_radio_all%253A1&initiative_id=staobaoz_20181205&ie=utf8&tfsid=TB16_Lnt3DqK1RjSZSyXXaxEVXa&app=imgsearch"; $html = file_get_contents($url); echo $html;
用浏览器打开这个链接是可以的,但是用file_get_contents抓取的时候输出的是淘宝登陆界面,这是怎么回事?
PIPIONE