摘要:
1. 先注册(https://mp.weixin.qq.com/wxopen/waregister?action=step1) 2.登录(https://mp.weixin.qq.com/) 3.依据发布流程填写相关信息(在小程序开发工具项目填写 对应的小程序 appid )记得绑定开发者,管理者 阅读全文
posted @ 2021-03-15 20:55
Mock777
阅读(417)
评论(0)
推荐(0)
摘要:
let date = new Date(); date.getYear(); //获取当前年份(2位) date.getFullYear(); //获取完整的年份(4位) date.getMonth(); //获取当前月份(0-11,0代表1月) date.getDate(); //获取当前日(1- 阅读全文
posted @ 2021-03-15 15:55
Mock777
阅读(87)
评论(0)
推荐(0)