ajax动态显示日期

 

 

transitional.dtd">



动态显示时间








 

 

 

 

header("cache-control:no-cache,must-revalidate"); //取消php页面缓存的设置
header('Content-type: text/html;charset=GB2312');
$showtime = date("北京时间Y年m月d日H:i:s");
echo $showtime;

?>

你可能感兴趣的:(学习笔记,ajax,xmlhttprequest,callback,function,header,xhtml)