知乎地址:https://zhuanlan.zhihu.com/p/401984268
源码很简单,解析知乎接口数据输出即可:
<?php
echo json_decode(file_get_contents("https://www.zhihu.com/api/v4/columns/c_1261258401923026944/items"),true)['data'][0]['content'];
知乎地址:https://zhuanlan.zhihu.com/p/401984268
源码很简单,解析知乎接口数据输出即可:
<?php
echo json_decode(file_get_contents("https://www.zhihu.com/api/v4/columns/c_1261258401923026944/items"),true)['data'][0]['content'];
本文标题:《一句话知乎 60 秒读懂世界 PHP 源码》作者:极四维博客
原文链接:https://cway.top/post/966.html
特别注明外均为原创,转载请注明。
扫描二维码
可在微信查看或分享至朋友圈。
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
/external_link_security_jump.html?jump_url=https%3A%2F%2Fii.do%2F
#cmt623