摘要:
//获取地址栏参数 var url = window.location.search; //获取url中"?"符后的字串 console.log(url,'url') var theRequest = new Object(); if (url.indexOf("?") != -1) { var s 阅读全文
摘要:
coupon.wxs var getDateTime = function (value) { //不能使用 new Date() console.log(value.slice(6, 19),'时间错') var values = value.slice(6, 19) values = value 阅读全文