sjCheck.php 98 B

1234
  1. <?
  2. date_default_timezone_set('Asia/Shanghai');
  3. echo str_replace("-","/",date("Y-m-d H:i:s"))
  4. ?>