摘要: $re = json_decode(file_get_contents("http://api.t.sina.com.cn/queryid.json?mid=xhMRc8nNu&isBase62=1&type=1")); $id = $re->id; echo $id; $re = json_decode(file_get_contents("http://api.t.sina.com.cn/querymid.json?id=$id")); echo $re->mid; exit;以这条链接为例,http://weibo.co 阅读全文
posted @ 2011-08-13 14:00 k1988 阅读(2983) 评论(0) 推荐(0) 编辑