晋江律师事务所电话:Microsoft VBScript 运行时错误 错误 '800a005e' ?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/08 17:03:04
response.write"<li><a target='_self' href='shownews.asp?id=" + _
cstr(rs1("id")) + "'>" + rs1("title") + "(" + cstr(rs1("addtime")) + ")</a>"

代码未错,可能是字段内容有为空(Null)的,应加一句预处理代码(if isnull(aa) then aa="")