有什么问题请到<a href='/bbs/forums.php?fid=21'>论坛</a>中发表<br> <!-- http://www.58mb.com/js --> <!-- http://bbs.58mb.com/ --> <!--要完成此效果把如下代码加入到<body>区域中--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var now = new Date(); var month = now.getMonth() + 1; var date = now.getDate(); var year = now.getYear(); var season; if (month > 1 && month <= 3) season = "冬季"; if (month == 3 && date > 19) season = "春季"; if (month > 3 && month <= 6) season = "春季"; if (month == 6 && date > 20) season = "夏季"; if (month > 6 && month <= 9) season = "夏季"; if (month == 9 && date > 21) season = "秋季"; if (month > 9 && month <= 12) season = "秋季"; if (month == 12 && date > 20) season = "冬季"; //Y2K Fix if (year < 2000) year = year + 1900; //Winter Season Fix if (season == "Winter") year = year - 1; document.write(year + "年 " + season); // End --> </script>
关于网站 | 客服中心 | 服务条款 | 友情链接 | | 广告联系 | 本站历程 | 网站导航 | 发布资源 == 好的资源 大家共享