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