Have you backed up your QQ buddy list? If your QQ number is lost, then how do these QQ friends do? In fact, QQ software itself provides a "friend manager" to export the information of QQ friends, but the exported text is a mess, everything has, and will not be grouped, how can you export similar to the following tree-like structure of friends list? Follow Cwitter, come on!
< ?xml version="1.0" encoding="utf-8" ?>
< frIEnd uin="12345678">
< qq>
< node label="我的好友">
< node data="100001" label="mayi[100001]" />
< node data="100002" label="Trotter[100002]" />
< node data="100003" label="hmily[100003]" />
< /node>
< node label="我的同事">
< node data="200001" label="指间的烟[200001]" />
< node data="200002" label="棋子[200002]" />
< node data="200003" label="海纳百川[200003]" />
< /node>
< node label="我的家人">
< node data="300001" label="王二小[300001]" />
< node data="300002" label="婷[300002]" />
< /node>
< /qq>
< pp />
< /friend>
Cwitter provides this method, do not open QQ can quickly see all of your QQ friends list, you think it possible? Of course, in fact, the use of QQ itself to provide a service can easily achieve this function.
First open the Login QQ show login page: http://show.qq.com/inc/login_box.html
Then enter your QQ username and password.
Note: For their own safety, when any tutorial or software allows you to enter your QQ number and password, you must see clearly whether the website is Tencent QQ website, such as xxx.qq.com/, such as the Web site is, and xxx.qq.com%45%67.com/ Such a URL is a fake QQ URL, must see clearly that point in what position, hehe!
After login will enter the QQ show page, this regardless of him. But notice, do not point out, otherwise this service is invalid.
Continue, copy the URL below to the address bar, http://qqring.qq.com/xml_friend_list.php Enter or go to this page.
You will see all your friends list, this list is in XML format, data is the QQ number of friends, label is your QQ friend nickname [QQ number].
OK, you can copy to the text file to save the backup, so when to use later.