I came across this webpage in which the date of the article is an integer which is formatted by an inline call to a JavaScript function into the string "Nov 6, 2009 10:17am".
标志就是这样。
<small>
<script type="text/javascript">timestamp(1257520620000, longDateTime )</script>
</small>
以这种方式处理日期是否有充分理由? 我有时间的思维。