在PHP 中,可以使用strtotime 函数将MySQL 的timestamp 转换为Unix 时间戳。 以下是一个示例代码: $mysql_timestamp = '2022-03-11 12:00:00'; ...
確定! 回上一頁