龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

短网址api,网址压缩,网址缩短

时间:2014-07-22 14:51来源: 作者: 点击:
分享到:
a href=http://qita.in/api.htmlhttp://qita.in/api.html/a
http://qita.in/api.html
<?php
$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;
?>

<form action="" method="post">
网站:<input name="url" type="text" value="http://"/>
<input type="submit" value="立即缩短"/>
</form>
精彩图集

赞助商链接