goo.gl短网址服务类(php class)
根据goo.gl URL Shortener的插件修改成PHP版本的
include('GoogleShorter.class.php');
$g = new GoogleShorter();
echo $g->getURL('http://www.skiyo.cn/');
以上为一个调用的例子。下载1:GoogleShorter.class.zip(GoogleShorter.class.zip)下载2:GoogleShorter.class.zip(GoogleShorter.class.zip)
评论