如何给img标签的src属性赋值数据库中的字段名??
2016-06-21
展开全部
每次查询都更新到另一字段中?
<%
TheStr="<P align=center><IMG src='/qbx_text_edit/UploadFile/20087484240782.jpg' border=0></P> <P align=left> 经过一段时间的沉寂后,国内白电龙头企业</p>"
Function RegImg(TheStr)
Dim RegEx
Set RegEx = New RegExp '建立正则表达对象。
RegEx.IgnoreCase =True ' 是否区分大小写,True为不区分且默认
RegEx.Global = True '全部匹配还是只匹配第一个
RegEx.Pattern = "<img[^>]*src\s*=\s*['"&CHR(34)&"]?([\w/\-\:.]*)['"&CHR(34)&"]?[^>]*>" ' 搜索所使用的正则表达式
If Regex.test(TheStr) Then ' 判断是否有匹配值,返回True或者False。不受Global属性影响。
Dim Matches
Set Matches = RegEx.Execute(TheStr) ' 执行搜索。Execute 方法返回一个Matches 集合,其中包含了在 TheStr 中找到的每一个匹配的 Match 对象。如果未找到匹配,Execute 将返回空的 Matches 集合。
For Each Match in Matches ' 遍历匹配集合。
'RetStr = RetStr & Match.Value & "<br />"获取整个img
RetStr = RetStr & Match.SubMatches(0) '只取src
Next
RegImg = RetStr
End If
End Function
if RegImg(TheStr)<>"" then
'在此处写入更新,其值为RegImg(TheStr)问题是每次查询更新和有多个插图?
Response.Write RegImg(TheStr)
End If
%>
<%
TheStr="<P align=center><IMG src='/qbx_text_edit/UploadFile/20087484240782.jpg' border=0></P> <P align=left> 经过一段时间的沉寂后,国内白电龙头企业</p>"
Function RegImg(TheStr)
Dim RegEx
Set RegEx = New RegExp '建立正则表达对象。
RegEx.IgnoreCase =True ' 是否区分大小写,True为不区分且默认
RegEx.Global = True '全部匹配还是只匹配第一个
RegEx.Pattern = "<img[^>]*src\s*=\s*['"&CHR(34)&"]?([\w/\-\:.]*)['"&CHR(34)&"]?[^>]*>" ' 搜索所使用的正则表达式
If Regex.test(TheStr) Then ' 判断是否有匹配值,返回True或者False。不受Global属性影响。
Dim Matches
Set Matches = RegEx.Execute(TheStr) ' 执行搜索。Execute 方法返回一个Matches 集合,其中包含了在 TheStr 中找到的每一个匹配的 Match 对象。如果未找到匹配,Execute 将返回空的 Matches 集合。
For Each Match in Matches ' 遍历匹配集合。
'RetStr = RetStr & Match.Value & "<br />"获取整个img
RetStr = RetStr & Match.SubMatches(0) '只取src
Next
RegImg = RetStr
End If
End Function
if RegImg(TheStr)<>"" then
'在此处写入更新,其值为RegImg(TheStr)问题是每次查询更新和有多个插图?
Response.Write RegImg(TheStr)
End If
%>
展开全部
每查询都更新另字段?
<%
TheStr="<P align=center><IMG src='/qbx_text_edit/UploadFile/20087484240782.jpg' border=0></P> <P align=left> 经段间沉寂内白电龙企业</p>"
Function RegImg(TheStr)
Dim RegEx
Set RegEx = New RegExp '建立则表达象
RegEx.IgnoreCase =True ' 否区写True区且默认
RegEx.Global = True '全部匹配匹配第
RegEx.Pattern = "<img[^>]*src\s*=\s*['"&CHR(34)&"]?([\w/\-\:.]*)['"&CHR(34)&"]?[^>]*>" ' 搜索所使用则表达式
If Regex.test(TheStr) Then ' 判断否匹配值返True或者False受Global属性影响
Dim Matches
Set Matches = RegEx.Execute(TheStr) ' 执行搜索Execute 返Matches 集合其包含 TheStr 找每匹配 Match 象未找匹配Execute 返空 Matches 集合
For Each Match in Matches ' 遍历匹配集合
'RetStr = RetStr & Match.Value & "<br />"获取整img
RetStr = RetStr & Match.SubMatches(0) '取src
Next
<%
TheStr="<P align=center><IMG src='/qbx_text_edit/UploadFile/20087484240782.jpg' border=0></P> <P align=left> 经段间沉寂内白电龙企业</p>"
Function RegImg(TheStr)
Dim RegEx
Set RegEx = New RegExp '建立则表达象
RegEx.IgnoreCase =True ' 否区写True区且默认
RegEx.Global = True '全部匹配匹配第
RegEx.Pattern = "<img[^>]*src\s*=\s*['"&CHR(34)&"]?([\w/\-\:.]*)['"&CHR(34)&"]?[^>]*>" ' 搜索所使用则表达式
If Regex.test(TheStr) Then ' 判断否匹配值返True或者False受Global属性影响
Dim Matches
Set Matches = RegEx.Execute(TheStr) ' 执行搜索Execute 返Matches 集合其包含 TheStr 找每匹配 Match 象未找匹配Execute 返空 Matches 集合
For Each Match in Matches ' 遍历匹配集合
'RetStr = RetStr & Match.Value & "<br />"获取整img
RetStr = RetStr & Match.SubMatches(0) '取src
Next
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询