1 Star 3 Fork 0

Handle / t.cn短网址生成器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
json.php 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
Handle 提交于 2016-03-19 11:41 . 用于强行把跨域json转为非跨域
// by Handle https://www.bysb.net/ 2016.02.25
<?php $source = $_GET['source'];$url_long = $_GET['url_long'];$url = "http://api.weibo.com/2/short_url/shorten.json?";$wtf = array('source'=> $source,'url_long' => $url_long,);echo file_get_contents($url.http_build_query($wtf)); ?>
JavaScript
1
https://gitee.com/bysb/t.cnDuanWangZhiShengChengQi.git
git@gitee.com:bysb/t.cnDuanWangZhiShengChengQi.git
bysb
t.cnDuanWangZhiShengChengQi
t.cn短网址生成器
master

搜索帮助