<script language="vbscript" runat="server">
function Convert(str)
if str<>"" then
str=replace(str,chr(13),"<br>")
'str=replace(str,chr(32)," ")
end if
Convert=str
end function
</script>
function Convert(str)
if str<>"" then
str=replace(str,chr(13),"<br>")
'str=replace(str,chr(32)," ")
end if
Convert=str
end function
</script>
浙公网安备 33010602011771号