在线等::::Microsoft VBScript 编译器错误 (0x800A0414)调用子程序时不能使用括号
Microsoft VBScript 编译器错误 (0x800A0414)
调用子程序时不能使用括号
/news/Default.asp, line 129, column 23
left(rs("title"),14)
------------------------^
代码:
128 <%if len(rs("title"))>18 then
129 left(rs("title"),14)
130 response.write ".."
131 else
132 response.write rs("title")
133 end if %>
如果将129行屏蔽能正常运行