如何用ASP判断是不是数字?

作者:袖梨 2022-07-02
  1. js的是isNaN
  2. vbs 是isNumeric
  3. asp是IF not isNumeric(request("名字")) then
    response.write "error"
    response.end
    end if

相关文章

精彩推荐