使用正则表达式实现模式图片新闻(加强).ASP

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

相关文章

精彩推荐