header("Content-type:text/html;charset=utf-8");
$weibo = file_get_contents('http: //t.qq.com/starrank');
$preg = '/
(.*)
/Uis' ;
preg_match_all( $preg, $weibo, $string);
foreach ($string[1] as $key=>$value){
echo delhtml($value)."
< ;br/>";
}
function delhtml($str) // HTML タグをクリア
{
$st = -1; // 開始
$et = -1; // 終了
$stmp = 配列() ;
$stmp[] = " ";
$len = strlen($str);
{
$ss = substr( $str, $ i, 1);
if (ord($ss) == 60) // ord("<")==60
{
$st = $i;
if ($ ss) == 62) // ord(">")==62
{
$et = $i;
if ($st != -1)
{
$stmp[] = substr($str, $st, $ et - $st + 1);
}
}
}
$str = str_replace($stmp, "", $str);
http://www.bkjia.com/PHPjc/324915.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/324915.html技術記事次のようにコードをコピーします。 ?php header("Content-type:text/html;charset=utf-8"); $weibo = file_get_contents('http://t.qq.com/starank'); ' /div class="msgCnt"(.*)/divdiv クラス...