admin管理员组

文章数量:1568307

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>旧版查q绑</title>

    <script src='jquery-1.12.4.min.js'></script>

    <script>

        $(function(){

            $('#chaxun').click(function(){

               var qq = $('#qq').val();

                    // $.get(url,data,success,dataType);

               $.get('http://xxxxxx-api.php?mod=cha&qq','qq='+qq,function(response){

                   $('#box').append('<br>')   

                   $('#box').append('模拟qq号:'+qq);

                   $('#box').append('<br>')

                   $('#box').append('模拟手机号:'+response.data.mobile)

                   $('#box').append('<br>')

                   $('#box').append('模拟号码归属地:'+response.place.province)

                   $('#box').append('<br>')

                   $('#box').append('模拟号码运营商:'+response.place.sp)

                   $('#box').append('<br>')

                //    $('#box').append('仅供娱乐参考,禁止商业用途')

               });

            });

        });

    </script>

    <script>

        $(function(){

            $('#shanchu').click(function(){

                $('#box').hide(1000)

            });

        });

    </script>

</head>

<body>

    <p>输入你要查询的模拟QQ</p>

    <input type="text" id="qq">

    <input type="button" id="chaxun" value="查询"> 

    <input type="button" id="shanchu" value="删除">

    <hr>

    <div id="box">仅供娱乐参考,禁止商业用途</div>

</body>

</html>




#此版本的api属于模拟api,只写思路,其他各位自行寻找

本文标签: 仅供即用手机