﻿<!--
now = new Date();
str = now.getFullYear()+"年";
str+= now.getMonth()+1+"月";
str+= now.getDate()+"日";
document.write(str);
//-->
