猿问

为什么弹出的是undefined

function time(){

var now = new Date();

var year = now.getFullYear();

var month = now.getMonth();

var day = now.getDate();


}

alert(time());


软弱的读书人
浏览 1646回答 1
1回答

蜂之谷

你没return 肯定是undefined啊
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答