Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个博客,但我想开始给评论加上时间戳,但我想开始在日期里面写一个
这是我的代码:
<div id="midMain"> 'Zup? <?php date_default_timezone_set('UTC'); echo date('l jS \of F Y h:i:s A'); ?> </div>
它只显示“'Zup?” 部分,怎么办?
我测试了你的代码,它显示:
'Zup? Monday 16th of April 2012 11:18:02 AM
问题不在于该代码。