您好,我有一个应用程序,在登录后列出所有Gmail联系人及其详细信息,我写的是
$xmlresponse = file_get_contents('https://www.google.com/m8/feeds/contacts/default/full?oauth_token=' . $accesstoken . '&max-results=100');
$xml = new SimpleXMLElement($xmlresponse);
$xml->registerXPathNamespace('gd', 'http://schemas.google.com/g/2014');
使用此Iam获取hrefs
数组,但如果我在img标记的src
属性中给出它们,则它们不显示图像。但是我正确地获取名称和电子邮件