function time(){
var now = new Date();
var year = now.getFullYear();
var month = now.getMonth();
var day = now.getDate();
}
alert(time());
蜂之谷
相关分类