-2

http://api-public.addthis.com/url/shares.json?url=http://google.com

我需要将共享数量作为 php 字符串获取。(回声)

有什么简单的方法可以做到这一点吗?

4

1 回答 1

0
$ret = json_decode(file_get_contents('http://api-public.addthis.com/url/shares.json?url=http://google.com'), true);
echo $ret['shares'];
于 2012-08-17T10:14:39.197 回答