标签:代码 asc 图片 地址 php 生成 rip att title
在发布文章上传标题图片时,勾选“生成缩略图”,将生成原图和对应的缩略图
原图的链接为[!--titlepic--]:/d/file/anlizhanshi/2016-11-25/822df96f456c308cae873045cd21f592.jpg
缩率图链接为:/d/file/anlizhanshi/2016-11-25/small822df96f456c308cae873045cd21f592.jpg
因为在内容模板里使用php代码没能获取到原图的链接,所以采用js来解决这个问题:
<script type="text/javascript"> var str = ‘[!--titlepic--]‘; var bigimgurl = str.replace(/small/,‘‘,str);//去掉small字符串 $("#bigimg").attr("href",bigimgurl);//把原图地址添加到链接中 $("#bigimg1").attr("src",bigimgurl);//把原图地址添加到img标签中 </script>
标签:代码 asc 图片 地址 php 生成 rip att title
原文地址:http://www.cnblogs.com/smy520/p/6103447.html