日韩天天综合网_野战两个奶头被亲到高潮_亚洲日韩欧美精品综合_av女人天堂污污污_视频一区**字幕无弹窗_国产亚洲欧美小视频_国内性爱精品在线免费视频_国产一级电影在线播放_日韩欧美内地福利_亚洲一二三不卡片区

ASP怎樣可以獲得代碼中第一張圖片地址_ASP教程

編輯Tag賺U幣
教程Tag:暫無(wú)Tag,歡迎添加,賺取U幣!

推薦:ASP導(dǎo)出Excel數(shù)據(jù)的四種方法
一、使用OWC 什么是OWC? OWC是office Web Compent的縮寫,即Microsoft的office Web組件,它為在Web中繪制圖形提供了靈活的同時(shí)也是最基本的機(jī)制。在一個(gè)intranet環(huán)境中,如果可以假設(shè)客

'把pattern 又修改了下
'code要檢測(cè)的代碼
'http://m.hl5o.cn/asp.asp
'leixing html 或者ubb
'nopic 代碼沒(méi)有圖片時(shí)默認(rèn)值
function toppic(code,leixing,nopic)
set regex = new regexp
regex.ignorecase = true
regex.global = true
if leixing = "html" then
regex.pattern = "<img(.*?)src\s?\=\s?(\u0022?)([^\u0022\/>] )"
else
regex.pattern = "\[img\]([^\u005B] )“
end if
set matches = regex.execute(code)
if regex.test(code) then
if leixing = "html" then
toppic = matches(0).submatches(3)
else
toppic = matches(0).submatches(0)
end if
else
toppic = nopic
end if
end function
code1 = "<img src=""1.gif"">"
pic = toppic(code1,"html","nopic.gif")
response.Write pic

分享:ASP進(jìn)階:用asp做的簡(jiǎn)單搜索引擎代碼
下面是庫(kù)中URLINDEX表:URL和Keywords字段分別添加了索引. URL 文本 (索引:有(無(wú)重復(fù))) Title 文本 Description 文本 Summary

來(lái)源:模板無(wú)憂//所屬分類:ASP教程/更新時(shí)間:2008-08-22
相關(guān)ASP教程