"\n"; $date = new DateTime('now', new DateTimeZone('Asia/Taipei')); echo $date->format($date, 'Y-m-d H:i:s') . "\n"; /* 《程式語言教學誌》的範例 ...
確定! 回上一頁