a2045902586-薄荷云博客
PHPICP备案查询接口源码-薄荷云博客

PHPICP备案查询接口源码

接口代码<?php $url = $_GET['url']; $str = file_get_contents('https://api.qqsuu.cn/api/icp?url='.$url); $data = json_decode($str,ture); $a = $data['主办名称']; $b = $data['主办类...
4年前
0487