Home > Web Front-end > JS Tutorial > 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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 17:10:48
Original
1580 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

Latest Issues
Where is js written?
From 1970-01-01 08:00:00
0
0
0
js addClass not working
From 1970-01-01 08:00:00
0
0
0
js file code not found
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template