微信小程序—显示当前时间 问题: 在页面上显示当前时间(日期) 方法: 1、在util.js (创建项目自动生成)中: 1 // util.js 2 const formatTime = date => … Continue reading 微信小程序—显示当前时间