小程序日期格式(yyyy-MM-dd HH:mm:ss)转(yyyy/MM/dd HH:mm:ss)2023-12-12 07:57:58 let newDate = (date).replace(/-/g, '/'); var date = new Date(newDate).getTime(); 上一篇:JS对象 字符串分割 split() 方法将字符串分割为字符串数组,并返回此数组。 语法: stringObject.split(separator,limit)下一篇:Yii 2.x Behavior - 类图