摘要:
Function RegChinese(str) Dim regEx, retVal Set regEx = New RegExp regEx.Pattern = "^[^\u0000-\u00FF]*$" regEx.IgnoreCase = False retVal = regEx.Test(str) If retVal The... 阅读全文
摘要:
如果基于ACCESS数据库,应该是: select * from table where addtime>=#"&request.form("aaa")&"# and addtime='"&request.form("aaa")&"' and addtime<='"&&request.form("bbb")"' 阅读全文