通过获取当前的时间来进行判断
var time = new Date().getHours(); if (time > 12) { alert("输出一种结果!"); } else { alert("输出另一种结果!"); }
使用随机函数
望采纳!