Home > Web Front-end > JS Tutorial > body text

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

WBOY
Release: 2016-05-16 17:10:48
Original
1521 people have browsed it

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

Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template