亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

php中的時(shí)間顯示

 更新時(shí)間:2007年01月18日 00:00:00   作者:  
 
方法1:
 //list($first,$second)=explode(" ",$date_temp);
     // echo $first;
                     //echo substr($first,2)
 方法2:
      // echo date("Y-m-d", strtotime( $date_temp ) );
方法3:
       echo substr($date_temp,0,10)."<br>";

 
//會(huì)員退出   使用框架的情況下
session_start();//只要用到SESSION就必須要session_start
session_destroy();
echo "<script language=javascript>alert('已經(jīng)安全退出?。?);</script>";
echo "<script language=\"javascript\">";
echo "top.window.opener = 'xxx';top.window.close();";
echo "</script>"; 

相關(guān)文章

最新評(píng)論