名称 | 必填 | 类型 | 说明 |
---|---|---|---|
无 | 否 | 无 | 无 |
直接调用(请看本页面效果)
<script src="https://api.vvhan.com/api/yinghua"></script>
<?php
header("Content-Type:text/json;charset=UTF-8"); date_default_timezone_set("PRC"); $data = file_get_contents("https://api.vvhan.com/api/yinghua"); echo $data;
?>