http://webpresence.qq.com/getonline?Type=1&498972891:708993456:123456:
这个是QQ在线状态网页接口,需要先声明接口变量online为空数组,然后以js方式调用这个地址,后面参数为多个QQ号码,每个QQ号码后面必须要有 ‘:’ 符号 。
例子:
<script type="text/javascript">var online = [];</script> <script src="http://webpresence.qq.com/getonline?Type=1&498972891:708993456:123456:" type="text/javascript"></script>
1为在线,0为不在线
