reg.asp 文件中找到 : If Instr(username,\"=\")>0 or Instr(username,\"%\")>0 or Instr(username,chr(32))>0 or Instr(username,\"?\")>0 or Instr(username,\"&\")>0 or Instr(username,\";\")>0 or Instr(username,\",\")>0 or Instr(username,\"\'\")>0 or Instr(username,\",\")>0 or Instr(username,chr(34))>0 or Instr(username,chr(9))>0 or Instr(username,\"?\")>0 or Instr(username,\"$\")>0 or Instr(username,\"|\")>0 Then Dvbbs.AddErrCode(19) Exit sub End If