asp如何生成缩略图求解

 我来答
傅幻杉yv
2013-10-11 · TA获得超过167个赞
知道答主
回答量:129
采纳率:0%
帮助的人:59.6万
展开全部
Set regEx = New RegExp '建立正则表达式。 regEx.Pattern = "src\=.+?\.(gif|jpg)" '设置模式。 regEx.IgnoreCase = true '设置是否区分字符大小写。 regEx.Global = True '设置全局可用性。 Set Matches = regEx.Execute(strng) '执行搜索。dim ii=0For Each Match in Matches '遍历匹配集合。 i=i+1if i >20 thenexit for end ifvalues=values&Match.Value&"""" Next RegExp_Execute = values End Function str = rscp("content")dim imgList1 dim img imgList1=RegExp_Execute(str)img = split(imgList1, "src=")'response.write(split(imgList1,"src=")(0))'response.write(replace(imgList1,"src=","|"))'asp生成缩略图 Set Jpeg = Server.CreateObject("Persits.Jpeg") Path = Server.MapPath(img)Jpeg.Open Path Jpeg.Width = Jpeg.OriginalWidth / 2 Jpeg.Height = Jpeg.OriginalHeight / 2 Jpeg.Save Server.MapPath("pic\clock_smal(i).jpg")img 从根据ID读取了该ID下的所有图片文件地址以"
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式