页面加载时间
<?php timer_stop(1); ?> //网页加载时间(秒)
页面加载次数
<?php echo get_num_queries(); ?> //网页加载查询量
百度收录数
<span id="shoulu"></span> <script type="text/javascript"> var url = 'https://api.uomg.com/api/entry.baidu?domain=www.inizhe.com'; $.getJSON(url,function(data){ $('#shoulu').append('百度收录: '+data.data+'条'); }); </script>

© 版权声明
THE END
暂无评论内容