Home  >  Article  >  Web Front-end  >  A simple example of obtaining the nickname, avatar, and birthday of a QQ number using JS_javascript skills

A simple example of obtaining the nickname, avatar, and birthday of a QQ number using JS_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:10:481483browse

http://r.qzone.qq.com/cgi-bin/user/cgi_personal_card?uin=Specify QQ number

will return the following:

_Callback(
{"uin": the queried QQ number,
"qzone":1,
"nickname": "nickname",
"offsetBirth": the number of days until the birthday,
"avatarUrl":"Query QQ number avatar address"});

For this content, implement _Callback in advance, then place the above URL in