最近做了一个导航站,有个功能是在导航网站上显示指定网站的各种权重信息,下面给大家简单分享一下!
具体实现代码如下:
//百度PC权重
<img src="https://baidurank.aizhan.com/api/br?domain=网址&style=images">
//百度移动权重
<img src="https://baidurank.aizhan.com/api/mbr?domain=网址&style=images">
//360权重
<img src="https://sorank.aizhan.com/api/br?domain=网址&style=images">
//搜狗权重
<img src="https://sogourank.aizhan.com/api/br?domain=网址&style=images">
//神马权重
<img src="https://smrank.aizhan.com/api/br?domain=网址&style=images">
//今日头条权重
<img src="https://toutiaorank.aizhan.com/api/br?domain=网址&style=images">
//icp备案号
<img src="https://icp.aizhan.com/geticp/?host=网址&style=text">
以上是编程学习网小编为您介绍的“如何在自己网站上显示其它网站的权重”的全面内容,想了解更多关于 前端知识 内容,请继续关注编程基础学习网。
编程基础网
本文标题为:如何在自己网站上显示其它网站的权重
基础教程推荐
猜你喜欢
- 深入学习JavaScript中的bom 2023-12-01
- jQuery实现百度图片移入移出内容提示框上下左右移动的效果 2023-12-21
- Ajax异步请求的五个步骤及实战案例 2023-02-23
- Web标准中的特殊字符 2024-01-17
- bootstrap3.0教程之栅格系统案例(包括栅格选项、从堆叠到水平排列、移动设备和桌面等 2023-12-20
- vuejs如何利用watch开启深度监听 2025-01-13
- javascript history对象(历史记录)使用方法(实现浏览器前进后退) 2023-12-28
- vue $router和$route的区别详解 2024-02-10
- CSS中使用clearfix清除浮动的方法 2024-01-09
- js获取对象为null的解决方法 2023-12-14
