有兴趣的也可以做一个HTML 填表GET过去,我是感觉没必要做HTML了
<?php
/**
* @T.CN 如此简单PHP单页面API系统
*/
$url = isset($_GET['u'])?$_GET['u']:'http://hack168.com';
$text = file_get_contents('http://service.weibo.com/share/share.php?url='.trim($url).'&title=1');
echo explode(' "', explode('short_url = " ', $text)[1])[0];
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容