腾讯QQ微博API接口获取微博内容(15)

if(count($msgCnt) < 10){
 $pi = $pubInfo[0]->find('.left');
 $result = $userName.$msgCnt[0]->plaintext.'<p> <span></span></p>
<title>QQweiboQQ|</title><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><span>'.$pi[0]->children(0)->plaintext.' '.$pi[0]->children(1)->plaintext.'</span>';
}else{
 $pi = $pubInfo[1]->find('.left');
 $result = $userName.$msgCnt[0]->plaintext.'['.$msgCnt[1]->plaintext.'] <span>'.$pi[0]->plaintext.'</span>';
}
echo $result;


?>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/48a71be181fbc92c655ea1d0074b56d8.html