提示:Microsoft VBScript 运行时错误 错误 '800a005e'
无效使用 Null: 'Replace'
出现这个问题应该是:非法使用 Null
解决的方法:在使用replace之类的处理函数之前应该有一个是否为空的判断
if IsNull(str) or IsEmpty(str) or str="" then
str="nothing"
end if
VBScript 运行时错误 错误 '800a005e'
最新推荐文章于 2019-04-06 22:34:00 发布