CHR对应工具怎么使用

来源:爱站网时间:2022-01-04编辑:网友分享
本文主要给大家介绍下载ASP编程中关于CHR对应工具怎么使用的内容,CHR(10)表示换行、CHR(13)表示回车、CHR(32)表示空格,想要了解详情,跟爱站技术频道小编来看一看。

function th(str)
str=replace(str,"妈的","MD")
str=replace(str,"靠","KAO")
th=str
end function

function encode(str)
    str = replace(str, ">", ">")
    str = replace(str, "     str = Replace(str, CHR(32), " ")
    str = Replace(str, CHR(13), "")
    str = Replace(str, CHR(10) & CHR(10), "

")
    str = Replace(str, CHR(10), "
")
encode=str
end function
%>

content=request.form("content")%>

文章标题:<%=th(title)%><hr>
文章内容:<%=encode(th(content))%>

th(str)为自定义函数,主要功能很简单:过滤字符。encode(str)也为自定义函
数,主要功能是完整地显示被传递的信息。
CHR(10)表示换行,CHR(13)表示回车,CHR(32)表示空格。

附加功能:显示UBB代码。
即ubb.asp中含有ubb()函数。

增强的cnbruce.asp

function th(str)
str=replace(str,"妈的","MD")
str=replace(str,"靠","KAO")
th=str
end function
%>

看完这篇“CHR对应工具怎么使用”的相关内容后,大家伙对这方面的了解是不是更加透彻了,喜欢这篇文章的话可以来关注爱站技术频道网站。

上一篇:asp编程中经常用到的函数介绍

下一篇:ASP代码怎么实现面向对象/模块化

您可能感兴趣的文章

相关阅读

热门软件源码

最新软件源码下载