I frequently update web pages, but I’m always too lazy to figure out the last updated time.
The following uses javascript to display the last updated time.
Haha, it’s that simple. <script> <BR><!--hide script from old browsers <BR>document.write("本页最后更新日期: " + document.lastModified + "") <BR>// end hiding --> <BR></script>