使用 toUTCString() 把当日的日期(根据 UTC)转换为字符串使用 toUTCString() 把当日的日期(根据 UTC)转换为字符串<html><body> <script type="text/javascript"> var d = new Date()document.write (d.toUTCString()) </script> </body></html>