ASP怎样获取一段HTML代码里的图片地址?

比如有一段HTML代码(图片显示的代码,图片数量不定):<B><BR><IMGonmousewheel="returnimgzoom(this);"onmouseover... 比如有一段HTML代码(图片显示的代码,图片数量不定):

<B><BR><IMG onmousewheel="return imgzoom(this);" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('../uploadfile/images/200655174548845.jpg');}" src="../uploadfile/images/200655174548845.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>

<BR>

<IMG onmousewheel="return imgzoom(this);" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('../uploadfile/images/200655174548845.jpg');}" src="../uploadfile/images/200655174548845.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>

上面代码图片显示的数量不定,也许有10几张,现在我想通过ASP编写一段代码,不管有多少张图片,让它自动将第一张图片的URL获取出来,也就是“src="../uploadfile/images/200655174548845.jpg" onload”中src=""两个引号间的图片地址取出来,请高手帮忙写这段代码,15分奖励!
楼下的大哥可能没听完全明白我的意思,我只想取第一张图片的完整URL,就是第一个src=""两个引号中间的图片地址../uploadfile/images/200655174548845.jpg
展开
 我来答
语笙的故事会
2006-05-08 · TA获得超过738个赞
知道小有建树答主
回答量:467
采纳率:50%
帮助的人:173万
展开全部
读取html你会吧

读取的html用htmlpage命名
然后用
left(right(htmlpage,instr(1,htmlpage,"window.open('../",0)),instr(1,htmlpage,"""",0))

自己理解一下
解释找到window.open('../和"直接的代码

instr
和left right len
等函数。
百度网友d4466fc86
2006-05-08 · 超过36用户采纳过TA的回答
知道答主
回答量:135
采纳率:0%
帮助的人:0
展开全部
好强啊,是不是想用别人的图片,让程序自动找啊?强
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式