只有本站会员才能查看附件,请 登录
就是外琏图片时控制不了大小
输入<img src=http://../X.jpg style="width:200px; height:80px;"/>发贴后变成了<img src="http://../X.jpg">
展示时有读取原图然后缩到统一的尺度,不知如何修改
UBB这样改也不对
re.Pattern="\[IMG\](http|https|ftp):\/\/(.[^\[]*)\[\/IMG\]"
str =re.Replace(str,"<a onfocus=this.blur() href=""$1://$2"" target=_blank><IMG SRC=""$1://$2"" border=0 alt=按此在新窗口浏览图片 onload=""javascript:if(this.width>screen.width-333)this.width=screen.width-333""></a>")