中文逗号替换为英文逗号
<input type="text" name="txt" onchange="javascript:this.value=this.value.replace(/,/ig,',');" / >
英文逗号替换为中文逗号

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-11-29
  • 2021-10-18
  • 2022-01-14
  • 2021-06-15
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-09-01
  • 2021-08-07
  • 2022-12-23
  • 2021-07-20
相关资源
相似解决方案