求教一个ASP正则表达式的问题
m*** 2009-01-18 10:25:06 举报
函数表达式 function myreplace(str) str=replace(str,"幸福","美好") myreplace=str end function 使用时调用 newstr=myreplace(str) response.write newstr