当前时间 <script language="JavaScript">var today= new Date(); var str = GetLunarDateString(today); document.write("</td><td>"); var time = ""+today.getYear()+"年"+(today.getMonth()+1)+"月"+today.getDate()+"日"; document.write(time); document.write("</td><tr><td>"); document.write("农 历:"); document.write("</td><td>"); document.write(str); </script> |
当前时间
最新推荐文章于 2025-12-03 11:16:56 发布
10万+

被折叠的 条评论
为什么被折叠?



