首页 » 休闲 » 正文内容
国内公共头像服务CNavatar
寻梦xunm| 317| 休闲
1年前
超过588天 温馨提示
本文最后更新于2023年04月13日,已超过588天没有更新,若内容或图片失效,请留言反馈。

一个头像, 一切无处不在。(至于稳不稳就不得而知了,跑路什么的也是未知,如果要使用请慎重。)

js使用方法

const md5 = require( 'md5' );

function getGravatarURL( email ) {
  // Trim leading and trailing whitespace from
  // an email address and force all characters
  // to lower case
  const address = String( email ).trim().toLowerCase();

  // Create an MD5 hash of the final string
  const hash = md5( address );

  // Grab the actual image URL
  return `https://www.gravatar.cn/avatar/${ hash }`;
}

php使用方法

function get_gravatar_url( $email ) {
  // Trim leading and trailing whitespace from
  // an email address and force all characters
  // to lower case
  $address = strtolower( trim( $email ) );

  // Create an MD5 hash of the final string
  $hash = md5( $address );

  // Grab the actual image URL
  return 'https://www.gravatar.cn/avatar/' . $hash;
}

地址:https://www.cnavatar.com
头像调用方法:
https://www.cnavatar.com/avatar/md5(你的邮箱)
如我的头像是
https://www.cnavatar.com/avatar/6cce1b36478bd54ca9d0c7b5667c04fe

注册后可以设置头像
请输入图片描述

0 赞 or 打赏
喜欢就打赏一点
微信 支付宝
20240430140454171445709417079.png
20240430140454171445709417079.png
隐私
Q Q:1340326824
邮箱:vipshiyi@qq.com
QQ群:422720328

我的音乐