梅花飘落API接口


点击链接自动复制

接口地址:

http://api.xsdggw.cn/api/mh-1.php

返回格式:

背景特效

请求方式:

GET

请求示例:

<script src="http://api.xsdggw.cn/api/mh-1.php"></script>

演示效果

看本页背景效果

调用需求(点击直接复制)

此特效需要调用Jquery<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>

调用代码

<script src="http://api.xsdggw.cn/api/mh-1.php"></script>

调用代码

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