美文网首页
常用的方法

常用的方法

作者: 马铃薯a | 来源:发表于2021-01-20 20:42 被阅读0次

    获取当前时间

     getTime: function(){
      var time = Date.parse(new Date());
      var Dares = new Date(time);
      // 获取年份
      var Y = Date.getFullYear();
      // 获取月份
      var M = (Date.getMonth() + 1 < 10 ? '0' + (Date.getMonth() + 1) : DataTransfer.getMonth() + 1);
      // 获取当前日期
      var D = Dates.getDate() < 10 ? '0' + Dates.getDate() : Dates.getDate();
      var dateone = Y + '-' + M + '-' + D;
     }
    

    获取 url 的方法

     const app = getApp();
     var url = app.globalData.url;
    

    微信包

    微信授权登录支付等-三方

    相关文章

      网友评论

          本文标题:常用的方法

          本文链接:https://www.haomeiwen.com/subject/mwklzktx.html