底部波浪API接口


点击链接自动复制

接口地址:

http://api.xsdggw.cn/api/bolang-2.php

返回格式:

背景动画

请求方式:

GET

请求示例:

<style> .hans-container{ position: fixed; bottom: 0px; width: 100%; height: 120px; } </style> <div id="hans-bolang"></div> <script src="https://api.vvhan.com/api/bolang"></script>

演示效果

看本页底部效果 直接调用 注意:.hans-container为波浪样式,自行修改。

调用代码

<style>
.hans-container{
position: fixed;
bottom: 0px;
width: 100%;
height: 120px;
}
</style>
<div id="hans-bolang"></div>
<script src="http://api.xsdggw.cn/api/bolang-2.php"></script>

调用代码

<?php
header("Content-Type:text/json;charset=UTF-8"); date_default_timezone_set("PRC"); $data=file_get_contents("http://api.xsdggw.cn/api/bolang-2.php"); echo $data;
?>