正则中$1、$2的应用--日期格式化

   let action = '2023-09-06 17:20'

      let regxTags = /(?

      action = action.replaceAll(regxTags, "$1.Value");

      console.log('action',action)

你可能感兴趣的:(javascript,开发语言,ecmascript)