利用代码 精准查询QQ注册日期 精确到秒

发布时间: 2017-07-28

使用方法:

打开:http://im.qq.com/ 右上角登录号自己QQ号

右键 → 审查元素 → console → 粘贴代码回车 → 弹出详细注册时间

$.ajax({url : 'https://ti.qq.com/mqqbase/cgi/medalwall/medalguide',dataType: 'json',type : 'POST',xhrFields: {withCredentials: true}, crossDomain: true,contentType: "application/json",success:function(data){if(data.errCode!=0){alert("你没登录?");return;}var d=new Date();d.setTime(data.data.registDate);alert("注册时间:"+d.toLocaleString()+" 第一个添加的好友:"+data.data.firstFriend)}});

请在下方留下您的评论.加入TG吹水群