01
'=====================================
02
'獲取內容中所有圖片
03
04
Function
Get_ImgSrc(
ByVal
t0)
05
Dim
t1,Regs,Matches,Match
06
t1=
""
07
IF
Not
(IsNull(t0)
Or
Len(t0)=0)
Then
08
Set
Regs=
New
RegExp
09
Regs.Pattern=
"<img[^>]+src="
"([^"
">]+)"
"[^>]*>"
10
Regs.Ignorecase=
True
11
Regs.Global=
12
Matches=Regs.Execute(t0)
13
IF Matches.Count>0
14
For
Each
Match
In
Matches
15
IF Left(Match.SubMatches(0),7)<>
"http://"
16
t1=t1&
"<option value="
&Match.SubMatches(0)&
">"
"</option>"
17
End
18
Next
19
20
21
Get_ImgSrc=t1
22
Matches=
Nothing
23
24
25
26
27
'獲取內容中第一個圖片
28
29
Frist_Pic(
30
Frist_Pic=
31
Regs,Matches
32
33
34
35
36
37
IF Regs.test(t0)
38
Frist_Pic=Matches(0).SubMatches(0)
39
40
41
42
圖5 客戶端的驗證邏輯FormSubmitTe
在這一點上,開發組實現了開始這個項目時所定的目標。現存的客
作為動態網站在建設過程中難免遇到在線編輯文章的問題。HTM
問題:無法上傳較大的文件“Request 對象 錯誤
學習目的:安裝調試ASP的環境,寫出第一個HELLO WO
為了提高網站的速度,公司服務器換了Windows2008