摘要:
function InitDate() { var today = new Date(); var strTime=today.getYear(); if (today.getMonth()<9) strTime=strTime+'/0'+(today.getMonth()+1);else strTime=strTime+'/'+(today.getMonth()+1); if ... 阅读全文
posted @ 2007-09-07 11:39
Winner.Net(2007)
阅读(293)
评论(0)
推荐(0)

浙公网安备 33010602011771号