问答详情
源自:3-2 API请求数据

file_get_contents错误

Warning: file_get_contents( http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15975615693): failed to open stream: No such file or directory in E:\AppServ\www\noname\libs\httpRequest.php on line 23 bool(false) 这是什么错误?

提问者:qq_Anthony 2016-04-10 15:27

个回答

  • 丶C1zel
    2016-04-10 22:13:03

    你的单引号掉了

    file_get_contents( 'http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15975615693');