//版权自动更新

copyright=new Date();//取得当前的日期
var updateYear=copyright.getFullYear();//取得当前的年份
$('#updateYear').html(updateYear);

