Dim Recordset1__str
Recordset1__str = "2003-1-1"
If (request("t1")      <> "") Then 
  Recordset1__str = request("t1")     
End If
Dim Recordset1__str 
Recordset1__str2 = "2003-12-31"
If (request("t2") <> "") Then 
  Recordset1__str2 = request("t2")
End If
我定义的Recordset1__str,Recordset1__str  是变量,为什么还加’?