//new Date().toLocaleDateString(); //仅年月日
//new Date().toLocaleString() ; //年月日 + 时间
 DisplayTime.innerHTML='&nbsp;&nbsp;'+new Date().toLocaleDateString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay())+'&nbsp;&nbsp;&nbsp;';
//显示变动时间
//window.setInterval("DisplayTime.innerHTML='&nbsp;&nbsp;'+new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay())+'&nbsp;&nbsp;&nbsp;';",1000);
