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>
  • 相关阅读:
    GJM :用JIRA管理你的项目(三)基于LDAP用户管理 [转载]
    GJM :用JIRA管理你的项目(二)JIRA语言包支持及插件支持 [转载]
    GJM : 用JIRA管理你的项目(一)JIRA环境搭建 [转载]
    javascripct导图
    Sublime Text 中使用Git插件连接GitHub
    使用webstorm上传代码到github
    jQuery.ajax()的一些例子
    jQuery.ajax()
    prefix和unprefix
    MVC , MVP , MVVM【转 阮一峰的网络日志】
  • 原文地址:https://www.cnblogs.com/lzhdim/p/1400243.html
Copyright © 2011-2022 走看看