首页 > 问答 > 正文
VM345:1 Uncaught ReferenceError: time is not defined at <anonymous>:1:5
这是什么意思老师?
你算哪块小饼干2019-08-04 09:43:50
需要先定义时间,老师是提前定义好的
var a=new Date()
undefined
time=a.getHours()
9
if(time<12)
{
x="你好";
}
"你好"
这样就可以了