<?php /** * Created by PhpStorm. ... //3、獲取當前系統時間並列印$date = new DateTime(); echo $date->format('Y-m-d H:i:s'); echo "<br/>"; ...
確定! 回上一頁