ASP中替换掉换行符<br>

it2022-05-05  118

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


最新回复(0)