摘要: 参考 Math.ceil() 返回大于等于数字参数的最小整数(取整函数),向上取整 Math.floor() 返回小于等于数字参数的最大整数,向下取整 Math.round() 返回数字最接近的整数,四舍五入 Math.random() 函数返回0和1之间的伪随机数,可能为0,但总是小于1,[0,1 阅读全文
posted @ 2021-04-13 21:21 海胆Sur 阅读(13) 评论(0) 推荐(0)
摘要: 参考 用vue {{}}方式 显示的Data字符串 是UTC SQL Server DateTIme => “YYYY-MM-DD hh:mm:ss.xxx” function dateToMssql(datetime) { let year = datetime.getFullYear(), mo 阅读全文
posted @ 2021-04-13 13:04 海胆Sur 阅读(42) 评论(0) 推荐(0)