CHR(10)表示换行,CHR(13)表示回车,CHR(32)表示空格
2017-02-06
23
<% functionth(str) str=replace(str,"妈的","MD") str=replace(str,"靠","KAO") th=str endfunction functionencode(str) str=replace(str,">",">") str=replace(str,"<","<") str=Replace(str,CHR(32),"") str=Replace(str,CHR(13),"...