红军旗网站首页

欢迎来到红军旗网站!这是一个关于中国共产党历史的信息平台。在这里,您可以了解到红军的光辉历程,学习到革命先烈们的英勇事迹,从而更好地继承和发扬伟大的红色传统。

今天是

todayDate = new Date();  
date = todayDate.getDate();  
month= todayDate.getMonth() +1;  
year= todayDate.getYear();  
document.write("今天是");  
document.write("<br>")  
if(navigator.appName == "Netscape")  
{ document.write(1900+year); document.write("年"); document.write(month); document.write("月"); document.write(date); document.write("日"); document.write("<br>")  
}  
if(navigator.appVersion.indexOf("MSIE") != -1)  
{  
document.write(year);  
document.write("年");  
document.write(month);  
document.write("月");  
d