时间:2021-07-01 10:21:17 帮助过:17人阅读
- <br><br>$thumbMark = '200x200';<br>$thumb =$r['thumb'];<br>echo $r['thumb'].'<br>'; // http://img2.com.cn/images/2014/038/422/14058002224830.9000001763_100x100.jpg<br> //$thumb='http://img2.com.cn/images/2014/038/422/14058002224830.9000001763_100x100.jpg';<br>$r['thumb'] = preg_replace('/_\d+x\d+/', '_' . $thumbMark,$thumb);<br>echo $r['thumb'].'<br>'; // http://img2.com.cn/images/2014/038/422/14058002224830.9000001763_100x100.jpg<br><br><br><br><br><br>
- <br><br>$thumbMark = '200x200';<br>$thumb =$r['thumb'];<br>echo $r['thumb'].'<br>'; // http://img2.com.cn/images/2014/038/422/14058002224830.9000001763_100x100.jpg<br>$thumb='http://img2.com.cn/images/2014/038/422/14058002224830.9000001763_100x100.jpg';<br>$r['thumb'] = preg_replace('/_\d+x\d+/', '_' . $thumbMark,$thumb);<br>echo $r['thumb'].'<br>'; // http://img2.com.cn/images/2014/038/422/14058002224830.9000001763_200x200.jpg<br><br><br><br><br><br>