'转行
Function replace(ByVal temp As String)
temp = temp.Replace("''", "'")
temp = temp.Replace(" ", " ")
temp = temp.Replace("<br/>", Chr(10) & Chr(13))
Return temp
End Function
posted on 2005-10-26 16:11
萌芽的叶子 阅读(238)
评论(0) 编辑 收藏 引用 所属分类:
asp.net