<script language="vbscript" runat="server">
function Convert(str)
if str<>"" then
 str=replace(str,chr(13),"<br>")
 'str=replace(str,chr(32),"&nbsp;")
end if
Convert=str
end function
</script>
posted on 2006-10-29 19:01  小角色  阅读(354)  评论(0)    收藏  举报