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>
原文地址:https://www.cnblogs.com/lzhdim/p/1400243.html