function time_rota(){
 now = new Date();
 document.write("&nbsp;"+now.getFullYear()+"年"+(now.getMonth()+1)+"月"+now.getDate()+"日&nbsp;当地时间："+now.getHours()+":"+now.getMinutes()+" ");
}
