随机风景
接口地址:https://api.awit.ltd/api/fj.php
返回格式:image/png
请求方式:get
请求示例:https://api.awit.ltd/api/fj.php
返回数据:
直接返回图片,地址栏不变
实例代码:
header('Content-type:image/png'); $result = file_get_contents('https://api.mtvps.com/api/fj.php); echo $result;