首页

模拟QQ登陆,并按QQ号查询QQ基本资料

c#

2020-8-25

返回的qq基本信息有:(联系地址,用户年龄,用户邮箱,头像,个人网站,职业,邮箱,联系电话,简介,省份,真实姓名,毕业院校,性别,QQ号,昵称)

    public partial class Form1 : Form
    {
        private QQ q;
        public Form1()
        {
            InitializeComponent();
            
        }

        private void btnLogin_Click(object sender, EventArgs e)
        {
            q = new QQ(this.txtQQ.Text, this.txtPwd.Text);
            bool isLogin=q.QQ_Login();
            MessageBox.Show("登陆结果:" isLogin.ToString());
        }

        private void btnLook_Click(object sender, EventArgs e)
        {
            string[]list=q.QQ_GetInfo(this.txtLookQQ.Text);
            MessageBox.Show(string.Join("\r\n", list));
            
        }
    }

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
QQDemo/QQDemo/bin/Debug/QQDemo.exe , 15872
QQDemo/QQDemo/bin/Debug/QQDemo.pdb , 30208
QQDemo/QQDemo/bin/Debug/QQDemo.vshost.exe , 22472
QQDemo/QQDemo/bin/Debug/QQDemo.vshost.exe.manifest , 490
QQDemo/QQDemo/Form1.cs , 870
QQDemo/QQDemo/Form1.Designer.cs , 5566
QQDemo/QQDemo/Form1.resx , 5817
QQDemo/QQDemo/obj/Debug/DesignTimeResolveAssemblyReferences.cache , 863
QQDemo/QQDemo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 6773
QQDemo/QQDemo/obj/Debug/QQDemo.csproj.FileListAbsolute.txt , 422
QQDemo/QQDemo/obj/Debug/QQDemo.csproj.GenerateResource.Cache , 975
QQDemo/QQDemo/obj/Debug/QQDemo.exe , 15872
QQDemo/QQDemo/obj/Debug/QQDemo.Form1.resources , 180
QQDemo/QQDemo/obj/Debug/QQDemo.pdb , 30208
QQDemo/QQDemo/obj/Debug/QQDemo.Properties.Resources.resources , 180
QQDemo/QQDemo/Program.cs , 487
QQDemo/QQDemo/Properties/AssemblyInfo.cs , 1350
QQDemo/QQDemo/Properties/Resources.Designer.cs , 2864
QQDemo/QQDemo/Properties/Resources.resx , 5612
QQDemo/QQDemo/Properties/Settings.Designer.cs , 1093
QQDemo/QQDemo/Properties/Settings.settings , 249
QQDemo/QQDemo/QQ.cs , 13403
QQDemo/QQDemo/QQDemo.csproj , 3758
QQDemo/QQDemo/QQDemo.sln , 901
QQDemo/QQDemo/QQDemo.v11.suo , 36352
没有账号? 忘记密码?

社交账号快速登录