摘要: 在使用 ASP 的 IsNumeric()函数时,我遇到一个场景,如果传入的参数是"1.4-0.7"会怎么样。 IsNumeric(expression)函数:判断是否为数字,返回 Boolean 测试了以下几个例子: <% Dim sParm sParm="abc" response.write 阅读全文
posted @ 2023-03-07 15:01 RokiZhang 阅读(149) 评论(0) 推荐(0)