编者:张叶星
发布时间:2022-08-31 10:02:43
发布时间:2022-08-31 10:02:43
function extract_attrib($tag) {
preg_match_all('/(id|alt|title|src)=("[^"]*")/i', $tag, $matches);
$ret = array();
foreach($matches[1] as $i => $v) {
if ($i < 4) {
$ret[$i] = explode("?", substr($matches[2][$i], 1, strlen($matches[2][$i]) - 2))[0] . "?x-oss-process=image/resize,w_320"; // tsXimg(explode("?", substr($matches[2][$i], 1, strlen($matches[2][$i]) - 2))[0], 'topic','120','120');
}
}
return $ret;
}本文地址:
转载请著名出处,谢谢!
欢迎交流
QQ:419268793
编者:张叶星
发布时间:2022-08-31 10:02:43
发布时间:2022-08-31 10:02:43
本站的部分文章和图片来自互联网,特别鸣谢 “百度图片”、“笑话集 www.jokeji.cn ”等,
如果本站有某些文章或图片侵犯了您的权益,麻烦您告诉我,我会及时处理。谢谢!
QQ:419268793