设置年份81后出现不同的时间是什么来的 还有为什么要设置81
var myyear=mydate.setFullYear(2081);
myyear= mydate.getFullYear();
document.write("年份:"+myyear);
设置后重新get一下就行了
不明所以