这段代码最后几句我不明白,请指点。。。
function
isnaw(str)
for
i=1
to
len(str)
str1=mid(str,i,1)
if
(Asc(str1)> Asc( "A ") and
Asc(str1) <Asc( "Z ")) and len(str)=16
then
isw=1 ---判断是否为大写16位字母
next
if
isw=1
then
isnaw=true
else
isnaw=false
end
if
end
function
[bo]pw= "123qq "
if isnaw(pw) then =------这里是判断什么?是不是该这样写[color=Blue]isnaw(pw) if isnaw=true then .下面。。。。。
response.write
"y "
else
response.write
"n "
end
if [/bo][/color]
[[it] 本帖最后由 dhdhzzw 于 2008-5-22 10:18 编辑 [/it]]