ASP 取得文章中第一張圖片
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
function getimg(str)
dim objregex,zzstr,matches,match,retstr,imglist,imgone,strpath set objregex = new regexp objregex.ignorecase = true objregex.global = true zzstr="" objregex.pattern = zzstr set matches = objregex.execute(str) for each match in matches retstr = retstr &"|"& match.value next if retstr<>"" then imglist=split(retstr,"|") imgone=replace(imglist(1),strpath,"") getimg=imgone else getimg="" end if end function 調(diào)用的時(shí)候 只需要 <%=getimg(rs("字段"))%> 該文章在 2010/7/14 1:01:22 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |