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

网络整理 - 09-05
  • js的是isNaN
  • vbs 是isNumeric

  • asp是IF not isNumeric(request("名字")) then
    response.write "error"
    response.end
    end if