1 screen_splic: function (val) {
2     if (val != '' && val != undefined) {
3         return val.replace(/^(\s|\u00A0)+/,'').replace(/(\s|\u00A0)+$/,'');
4     }
5 }

 

相关文章:

  • 2022-12-23
  • 2021-12-20
  • 2021-10-15
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2021-07-14
  • 2021-08-15
  • 1970-01-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
相关资源
相似解决方案