日期
new Date(+new Date()+8*3600*1000).toISOString().replace(/T/g,' ').replace(/\.[\d]{3}Z/,'').split(' ')[0]
用于执行数学任务
//3的2次方 var a =Math.pow(3,2)//9
//数组随机下标 Math.floor(Math.random() * this.possibleAdvice.length)
← --介绍-- 常用函数 →