asp中回车换行符CHR(10)表示换行,CHR(13)表示回车,
先举个例子 % function th(str) str=replace(str,"妈的","MD") str=replace(str,"靠","KAO") th=str end function function encode(str) str = replace(str, "", "gt;") str = replace(str, "", "lt;") str = Replace(str, CHR(32), "nbsp;") str = R...
