var n = Number(str)
                if (!isNaN(n)) { //数字
                    
                }
                else//字符
                {

                 }        
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-12-19
  • 2021-06-26
  • 2021-11-11
  • 2021-06-02
猜你喜欢
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
相关资源
相似解决方案