![]() |
#2
cmd20072007-09-04 15:22
|
if instr(TheUsername,"'")= 0 and instr(ThePassword,"'")= 0 and instr(TheUsername,"'")=0
and instr(ThePassword,"'")= 0
有三个问题` (1)为什么这里用 = 0?
(2)"'" 这个是什么意思?
(3) 为什么 Username和Password出现2次?
望大家帮忙解答..