精通 CSS+DIV 网页样式与布局 170

来源:互联网 发布:淘宝查号网站 编辑:程序博客网 时间:2024/05/01 18:01

else //非日期
lObj = ”;
document.write( yDisplay + lObj );
}
var Today = new Date();
var tY = Today.getFullYear();
var tM = Today.getMonth();
var tD = Today.getDate();
drawCld(tY,tM,tD); //可传入任意日期,如 2016.6.24 为 drawCld(2016,5,24);

0 0