首頁 >後端開發 >php教程 >短網址api,網址壓縮,網址縮短

短網址api,網址壓縮,網址縮短

WBOY
WBOY原創
2016-07-25 09:06:481101瀏覽
http://qita.in/api.html
  1. $urls="http://qita.in/api.php?url=".$_POST['url'];
  2. $shorturls = file_get_contents($urls);
  3. $shorturls=trim($shorturls);
  4. $shorturls=iconv("UTF-8", "GB2312//IGNORE", $shorturls);
  5. echo $shorturls;
  6. ?>
  7. 网站:
复制代码


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn