短网址api,网址压缩,网址缩短
时间:2021-07-01 10:21:17
帮助过:28人阅读
http://qita.in/api.html
- $urls="http://qita.in/api.php?url=".$_POST['url'];
- $shorturls = file_get_contents($urls);
- $shorturls=trim($shorturls);
- $shorturls=iconv("UTF-8", "GB2312//IGNORE", $shorturls);
- echo $shorturls;
- ?>
|