[求助]无效使用 Null: 'split'
技术信息(用于支持人员)
- 错误类型:
Microsoft VBScript 运行时错误 (0x800A005E)
无效使用 Null: 'split'
/webstorage/Dir_add.asp, 第 24 行
- 浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Poco 0.31) - 网页:
GET /webstorage/Dir_add.asp
if File_Dir_Max>0 then
if File_Dir_Max<=ubound(split(User_Share,"|"))-1 then
response.write "超过目录数量限制,请升级会员1"
response.end
end if
else
response.write "超过目录数量限制,请升级会员2"
response.end
end if