<!-- <?php print <<<EOT --> <hr> <!-- EOT; foreach($listdb AS $key=>$rs){extract($rs); if($key==0){ $color='red'; }elseif($key==1){ $color='blue'; }else{ $color=''; } print <<<EOT --> <div class="listb">+<a style="color:$color;" href="$list_url" target="_blank" class="f">[{$rs[fname]}]</a><a style="color:$color;" href="$rs[url]" target="_blank">$title</a></div> <!-- EOT; }print <<<EOT --> <hr> <!-- EOT; ?> -->
- 本文固定链接: https://www.liangxin.name/sitebuild/qibo/2016/06/19/?p=1087.html
- 转载请注明: xindao 于 心岛博客 发表