'文字或特定上文式显示新闻
function shownew(content,ntype)
shownew = ""
if(ntype = 1) แล้ว
shownew = shownew &" <TABLE width=100% >"
shownew = โชว์นิว &"<TR>"
shownew = shownew &" <TD width=600 style='word-break:break-all' valign=top>"&ShowPic(เนื้อหา)&"</TD>"
shownew = โชว์ใหม่ &"</ TR>"
shownew = โชว์นิว &"<TR>"
shownew = shownew &" <TD valign=top style='word-break:break-all'>"&OnlyWord(เนื้อหา)&"</TD>"
shownew = โชว์ใหม่ &"</ TR>"
shownew = แสดงใหม่ &"</ TABLE>"
elseif (ntype = 2) แล้ว
shownew = shownew &" <ความกว้างของตาราง='100%'>"
shownew = shownew &"<TR>"
shownew = shownew &" <TD style='word-break:break-all' valign=top>"&OnlyWord(เนื้อหา)&"</TD>"
shownew = โชว์ใหม่ &"</ TR>"
shownew = โชว์นิว &"<TR>"
shownew = shownew &" <TD width=600 valign=top style='word-break:break-all'>"&ShowPic(เนื้อหา)&"</TD>"
shownew = โชว์ใหม่ &"</ TR>"
shownew = shownew &"</TABLE>"
elseif (ntype = 3) แล้ว
shownew = shownew &"<TABLE>"
shownew = shownew &"<TR>"
shownew = shownew &"<TD width=100 valign=top>"&ShowPic(content)&"</TD>"
shownew = shownew &"<TD width=80% style='word-break:break-all' valign= ด้านบน>"&OnlyWord(เนื้อหา)&"</TD>"
shownew = โชว์ใหม่ &"</ TR>"
shownew = shownew &"</TABLE>"
elseif (ntype = 4) จากนั้น
shownew = shownew &"<TABLE>"
shownew = shownew &"<TR>"
shownew = shownew &"<TD width=80% valign=top style ='word-break:break-all'>"&OnlyWord(content)&"</TD>"
shownew = shownew &"<TD width=100 valign=top>"&ShowPic(content)&"</TD>"
shownew = shownew &"</TR>"
shownew = แสดงใหม่ &"</ TABLE>"
อื่น
shownew = shownew & "<table><tr><td style='word-break:break-all'>"&content&"</td></tr></table>"
สิ้นสุดถ้า
สิ้นสุดฟังก์ชัน
'显示提取的image
ฟังก์ชั่น ShowPic (strng)
ShowPic = ""
ImageUrl= RegExpExecute(strng)
ImageUrls = Split(ImageUrl,"<BR>")
for i = LBound(ImageUrls) ถึง (UBound(ImageUrls) - 1)
ShowPic = ShowPic & ("<a href='"&ImageUrls(i) &"' target=_blank><image src='"&ImageUrls(i)&"' border='0' alt=' 按此在新窗口浏览交个窗口浏览交不分onload='javascript:if(this.width>180)this .width=180'></a>")
ถัดไป
ฟังก์ชั่นสิ้นสุด
'从内容中提取ภาพยนต์
ฟังก์ชัน RegExpExecute(strng)
Dim regEx, Match, Matches '建立变量。
ตั้งค่า regEx = RegExp ใหม่ '建立正则表达式'
regEx.Pattern = "(src=)('|"&CHR(34)&"| )?(.[^'|s|"&CHR(34)&"]*)(.)(jpg|gif| png|bmp|jpeg)('|"&CHR(34)&"|s|>)?" '设置模式.
' regEx.Pattern = "(src=)('|"&CHR(34)&"| )?(.[^'| |"&CHR(34)&"]*)(.)(jpg|gif|png |bmp|jpeg)('|"&CHR(34)&"| |>)?" '设置模式.
'regEx.Pattern = "(s|S)(r|R)(c|C)=('|"+CHR(34)+")(w|\|/|.)+(' |"+CHR(34)+"|. *|>)?" '设置模式.
regEx.IgnoreCase = true '设置是否区分字符大写。
regEx.Global = True '设置全局可用性。
Set Matches = regEx.Execute(strng) '执行搜索。
สำหรับแต่ละนัดในการแข่งขัน '遍历匹配集合。
ค่า=ค่า&Match.SubMatches(2)&Match.SubMatches(3)&Match.SubMatches(4)&"<BR>"
ต่อไป
RegExpExecute = ค่า
สิ้นสุดฟังก์ชัน
'删除内容中与上陈关的代码
ฟังก์ชั่น OnlyWord (strng)
ตั้งค่าใหม่ = RegExp ใหม่
re.IgnoreCase = จริง
re.Global=จริง
re.Pattern = "(<)(.[^<]*)(src=)('|"&CHR(34)&"| )?(.[^'|s|"&CHR(34)&"] *)(.)(jpg|gif|png|bmp|jpeg)('|"&CHR(34)&"|s|>)(.[^>]*)(>)" '设置模式。
OnlyWord=re.Replace(strng,"")
ตั้งค่า re= ไม่มีอะไร
สิ้นสุดฟังก์ชัน