function HtmlStrReplace(Str) if Str="" or isnull(Str) then HtmlStrReplace="" exit function else HtmlStrReplace=replace(Str,"<br>","<br/>") end ifend function
转载于:https://www.cnblogs.com/wcz111/p/7915458.html