この関数は主に document.lastModified に基づいて取得され、単純に処理されます。 [Ctrl A すべて選択 注: 外部 Js を導入する必要がある場合は、更新して実行する必要があります ]注: lastMod.get Year( )<200?(lastMod.get Year() 1900、このコードは ff との互換性のために書かれています。書かれていない場合、2006 年は 106 と表示されます。表示効果は次のとおりです。以下の通り: 最終更新: var lastMod=new Date(document.lastModified); var strLast="<font color=\"red\">最后更新:"+(lastMod.getYear()<200?(lastMod.getYear()+1900):lastMod.getYear())+"-"+(lastMod.getMonth()+1)+"-"+lastMod.getDate(); strLast+=" "+lastMod.getHours()+":"+lastMod.getMinutes()+":"+lastMod.getSeconds(); document.write(strLast); 2006-6-28 16:43:25