如何过滤HTML代码如题[解决办法] <%=CleanHTML(left(rs( "content "),73))%> 试试[解决办法]dim str str=rs( "content ") if isnull(str)=true then response.write cleanhtml(left(str,73)) end if 先判断一下数据是否为空,再调用看看[解决办法]还有什么样子没有解决??