2021年07月13日
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport"
2021年01月08日
$mobile = '13356209888';
$url='https://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel='.$mobile;
$result = file_get_contents($url);
$result = iconv('gbk','utf-8', $result);
pre
2020年11月18日
php公众号链接获取文章标题、封面图、摘要、作者、公众号名称、简介、微信号、正文代码如下:自己加php的开头//设置 headerheader("Content-type:application/json");//初始化 CURL$ch = curl_init();//目标服务器地址curl_setopt($ch, CURLOPT_URL, '公众号文章链接');// 对认证证书来源的检查c