<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>3种计数器</title> <style type="text/css"> <!-- .style1 { font-size: 24px; color: #00FF99; } .style2 {color: #FF00FF} .style3 {color: #CC0033} .style4 {color: #0000FF} .style5 {color: #FF0000} .style6 { font-size: 36px; color: #996633; } --> </style> </head> <body> <div align="center" class="style1 style6">枫树林下 </div> <div align="center"> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"><span class="style3">总共有</span><?=$row[0]; ?><span class="style5">人</span><span class="style4">来过</span><span class="style2">这个网站 </span></p> <p class="style1"><span class="style3">总共有</span><?=$row[0]; ?><span class="style5">人</span><span class="style4">来过</span><span class="style2"><?=$user?>网站</span></p> <p class="style1"><?=$pic?></p> </div> </body> </html>