维基百科API中有这样一个json:https ://ru.wikipedia.org/w/api.php?format=json&action=query&prop=extracts&exintro&explaintext&redirects =1& titles =Apple
如何从短文本开始的php中的php字段输出文本?
我试过这样,但没有任何效果:
$url = file_get_contents('https://ru.wikipedia.org/w/api.php?format=json&action=query&prop=extracts&exintro&explaintext&redirects=1&titles=Apple');
$yummy = json_decode($url, true);
echo $yummy['extract'];
PIPIONE
心有法竹