if not isnumeric(name) or not isnumeric(pwd) thenresponse.write "用户名和密码不能为空"
上面是什么意思 ?
isnumeric 函数应该返回tuue或flase.
可是这个为什么没有,那它怎么判断的呢?
这样写行不行:
if not isnumeric(name) or not isnumeric(pwd)=""then
response.write "用户名和密码不能为空"
我的意思是:if not isnumeric(name) or not isnumeric(pwd) then... 为什么if not isnumeric(name) or not isnumeric(pwd) 后面没有条件 就直接 then 了 没条件怎么能then 呢? if not isnumeric(name) or not isnumeric(pwd) then response.write "用户名和密码不能为空" 这里很明显意思是:if not isnumeric(name) or not isnumeric(pwd) 假如是空就response"" 这不就是能判断为空吗?
凤凰求蛊
Cats萌萌