var mnName = "你好,内蒙。蒙古";
mnName .split(/[,᠃.。]/)
 
// 其中的分隔字符需要填写在 [] 中。
// 其中 ᠃  是蒙文句号

相关文章:

  • 1970-01-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-11-13
猜你喜欢
  • 2022-02-10
  • 2022-12-23
  • 2021-12-28
  • 2021-12-07
  • 2022-12-23
相关资源
相似解决方案