zoukankan      html  css  js  c++  java
  • Alexa网站排名调用代码中国站长站提供

         在需要显示调用排名数据的地方放置以下含有调用指定ID的表格或其他的块元素。[非常重要,不指定将不能正常显示]
    例如:<div id=alexa>Loading...</div>或者<td id=alexa>Loading...</td>等。
    在页面最后放上下面提供的数据调用代码,这样才能正确显示并且不会影响页面载入速度。


    下面是几种显示效果

    显示效果一:     本站ALEXA全球排名:3,407 名,今日排名:5412 名,对比昨日:下降 2429 位
    GB2312调用    程序代码
    程序代码<script src=http://alexa.chinaz.com/Show_Alexa.asp?Url=你的网站地址></script>
    UTF-8调用      程序代码
    程序代码<script src=http://alexa.chinaz.com/Show_Alexa.asp?Code=u&Url=你的网站地址></script>

    显示效果二:     本站ALEXA全球排名:3,407 名
    GB2312调用    程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Url=你的网站地址&Type=R></script>
    UTF-8调用      程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Code=u&Url=你的网站地址&Type=R></script>

    显示效果三:     本站ALEXA三月全球排名:3407 名
    GB2312调用    程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Url=你的网站地址&Type=Q></script>
    UTF-8调用      程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Code=u&Url=你的网站地址&Type=Q></script>

    显示效果四:     本站ALEXA一月全球排名:3074 名
    GB2312调用    程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Url=你的网站地址&Type=W></script>
    UTF-8调用      程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Code=u&Url=你的网站地址&Type=W></script>

    显示效果五:     本站ALEXA一周全球排名:3987 名
    GB2312调用    程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Url=你的网站地址&Type=M></script>
    UTF-8调用      程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Code=u&Url=你的网站地址&Type=M></script>

    显示效果六:     本站ALEXA当日全球排名:5412 名
    GB2312调用    程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Url=你的网站地址&Type=D></script>
    UTF-8调用      程序代码
    程序代码<script src=http://alexa.chinaz.com/show_alexa.asp?Code=u&Url=你的网站地址&Type=D></script>
  • 相关阅读:
    2019-9-2-win10-uwp-判断本地ip
    2018-8-10-使用-Resharper-特性
    2018-8-10-WPF-checkbox文字下掉
    2018-8-10-调试-ms-源代码
    2018-8-10-cant-found-Microsoft.VSSDK.BuildTools.15.0.26201
    2019-9-18-WPF-如何调试-binding
    2018-8-10-WPF-控件继承树
    2018-8-10-sublime-Text-正则替换
    植物大战僵尸阳光冷却地址
    cs1.6 人物地址查询
  • 原文地址:https://www.cnblogs.com/lzhdim/p/1400243.html
Copyright © 2011-2022 走看看