{{cacheSome('a')}}

cacheSome () {
  let _now = Date.now();
  return function (a) {
    return _now + 'a'
  }
}

 

相关文章:

  • 2022-12-23
  • 2023-01-20
  • 2022-12-23
  • 2023-03-05
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案