摘要:
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm"); Date codedate = simpleDateFormat.parse("2018-11-31 12:00"); 如果转换一个不存在的时间 阅读全文
摘要:
一,使用Math.toFixed toFixed() 方法可把 Number 四舍五入为指定小数位数的数字。 语法NumberObject.toFixed(num) 但是网友说toFixed bug比较多https://www.cnblogs.com/jone-chen/p/5957318.html 阅读全文