saintom 发表于 2004-1-14 18:23:09

**年**月**日

<script language="JavaScript">
<!--
tmpDate = new Date();
date = tmpDate.getDate();
month= tmpDate.getMonth() + 1 ;
year= tmpDate.getYear();
document.write(year);
document.write("年");
document.write(month);
document.write("月");
document.write(date);
document.write("日");

// -->
</script>
页: [1]
查看完整版本: **年**月**日