<p class="listintro"><span id="sp"></span>程序|显示|中文</p> <p style="width:340px;height:285px;float:left;"> <?php <br/>$cweekday = array("星期日","星期一","星期二","星期三","星期四","星期五","星期六"); <br>$now = getdate(time()); <br>$cur_wday=$now['wday'];<br>$showtime = date("北京时间Y年m月d日H时i分s秒 $cweekday[$cur_wday]"); <br>echo $showtime;<br>?> </p> <center> </center> <p style="width:100%;text-align:center;margin:10px 0"> <br> <br> </p> <p style="width:100%;text-align:center;margin:10px 0"> </p> <p class="clear"></p>