Die PHP-Sammlung „file_get_contents' ist leer. Bitte geben Sie mir einen Rat. ?
环城
环城 2018-06-24 09:47:20
0
3
2096

Beim Debuggen eines PHP-Gets bitte


[code=php]<?php

$api = 'http://kj.kai861.com/view/pk10.html?1?10001?none? ';

$resource = file_get_contents( $api );

$data = json_decode( $resource , 1 );

$ct = $data['c_t'];

$cd = $data['c_d' ];

$cr = $data['c_r'];

header('Content-Type: text/xml;charset=utf8');

$limit=strlen($ct)-3;

$ ct=substr($ct,0,$limit).''.substr($ct,$limit,$limit+3);


Funktion tmp($v){

return 10>$v? "0{$v}":$v;

}

$cr=implode(',',array_map('tmp',array_slice(explode(',',$cr),0,20)));

echo '<xml>

<rowexpect="'.$ct.'" opencode="'.$cr.'" opentime="'.str_replace('/','-',$cd ).'"/>

</xml>';[/code]



Direkt öffnen http://kj.kai861.com/view/pk10.html?1?10001? Keine? Normal


Danke


环城
环城

Antworte allen(3)
小さな手は

API应该是这条:http://api.api68.com/pks/getLotteryPksInfo.do?lotCode=10001

  • Antwort 请教这个地址怎么样获取的到的?这个是 JSON 格式,可以用
    环城 Autor 2018-06-24 16:10:49
小さな手は

不知道你要获取什么但是file_get_contents( $api );返回的是HTML不是JSON所以这个再json_decode肯定是错的

环城

JS 生成的动态数据有简易的获取方法吗

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!