说明:公益中国🇨🇳
接口地址:
https://api.isoyu.com/gy/
https://api.isoyu.com/gy/data.js
说明: 腾讯公益404应该很多人都知道,在独立开发者圈内取得了很大的成功!但我认为这个公益页面不应该局限于404页面,而是广告位类单独板块。这才是真正的公益行为!现在几乎所有网站都是HTTPS(Hypertext Transfer Protocol Secure)安全超文本传输协议,而腾讯还停留在http时代,腾讯公益404难以满足现有需求。所以做了这个,网站只需要在自己的页面中嵌入一段简单的代码,就能通过互联网来迅速传播失踪儿童信息,从而提高找回失踪儿童的概率。失踪儿童信息来自宝贝回家寻子网。在全国人大代表张宝艳女士指导建议下完善.静态资源支持ssl.最后信息于2018年04月14日更改,共232条信息。
附: 传播即是希望!如果您想在您的网站添加一个类似的效果,出于公益性质,我可以无偿为您提供技术支持,愿天下的宝贝都能永伴自己父母身边.法律顾问:北京市百瑞律师事务所 张志伟律师 | 吉林保民律师事务所 修保律师
调用例子:
<iframe src="https://api.isoyu.com/gy/" frameborder="0" scrolling="no" width="300" height="500"></iframe>
<iframe src="https://api.isoyu.com/gy/" allowTransparency="true" frameborder="0" scrolling="no" width="100%" height="100%"></iframe>
或者用onload来动态加载高度
<iframe src="https://api.isoyu.com/gy/" frameborder="0" scrolling="no" width="100%" onload="mu_changeHeight()" id="isoyu_gy"></iframe>
js部分
<script type="text/javascript">
function mu_changeHeight(){
var ifm= document.getElementById("isoyu_gy");
ifm.height=document.documentElement.clientHeight;
}</script>
3.解析json https://api.isoyu.com/gy/data.js 不作多描述(浏览器直接访问会乱码,可以下载查看。charset为UTF-8)
接口地址:
https://api.isoyu.com/gy/tj.html
https://api.isoyu.com/gy/tj.js
说明: 数据全部来自官方媒体,政府新闻,在上海警察叔叔的指导下完善.静态资源支持ssl
附: 如果您想在您的网站添加一个类似的效果,出于公益性质,我可以无偿为您提供技术支持.法律顾问:北京市百瑞律师事务所 张志伟律师 | 吉林保民律师事务所 修保律师
调用例子:
<iframe src="https://api.isoyu.com/gy/tj.html" frameborder="0" scrolling="no" width="300" height="500"></iframe>
<iframe src="https://api.isoyu.com/gy/tj.html" allowTransparency="true" frameborder="0" scrolling="no" width="100%" height="100%"></iframe>
或者用onload来动态加载高度
<iframe src="https://api.isoyu.com/gy/tj.html" frameborder="0" scrolling="no" width="100%" onload="mu_changeHeight()" id="isoyu_tj"></iframe>
js部分
<script type="text/javascript">
function mu_changeHeight(){
var ifm= document.getElementById("isoyu_tj");
ifm.height=document.documentElement.clientHeight;
}</script>
3.解析json https://api.isoyu.com/gy/tj.js 不作多描述(浏览器直接访问会乱码,可以下载查看。charset为UTF-8)