标签: php api
是否可以将批量网址转换为google缩短网址,而不是在Google API中使用for循环?
我只有单个网址缩短代码
require_once('GoogleApi.php'); $GoogleApi = new GoogleUrlApi('APIKEY'); $shorten_url = $GoogleApi->shorten($pageUrl); $expand_url = $GoogleApi->expand($shorten_url);