【www.gdgbn.com--正则表达式】

客户要求保存原有的img已在的属性,郁闷,继续改
代码如下:
function shownew(content,ntype)
shownew = ""
if(ntype = 1) then
shownew = shownew &" "
shownew = shownew &""
shownew = shownew &" "&ShowPic(content)&""
shownew = shownew &""
shownew = shownew &""
shownew = shownew &" "&OnlyWord(content)&""
shownew = shownew &""
shownew = shownew &""
elseif (ntype = 2) then
shownew = shownew &" "
shownew = shownew &""
shownew = shownew &" "&OnlyWord(content)&""
shownew = shownew &""
shownew = shownew &""
shownew = shownew &" "&ShowPic(content)&""
shownew = shownew &""
shownew = shownew &""
elseif (ntype = 3) then
shownew = shownew &""
shownew = shownew &""
shownew = shownew &""&ShowPic(content)&""
shownew = shownew &""&OnlyWord(content)&""
shownew = shownew &""
shownew = shownew &""
elseif (ntype = 4) then

本文来源:http://www.gdgbn.com/aspjiaocheng/3502/