php过滤video,框架,图片所有多余属性
2021-11-19
347
$rsdb[content]=preg_replace(/img[^]*src=[\]?([^\\s]*)[\]?[^]*/ie,imgsrc=\$1\,$rsdb[content]);//过滤图片所有属性
$rsdb[content]=str_replace(img,imgalt=\$rsdb[title]\,$rsdb[content]);//给图片添加标签描述
$rsdb[content]=preg_replace(/video[^]*src=[\]?([^\\s]*)[\]?[^]*/ie,$1,$rsdb[content]);//过滤video所有属性只提取地址
$rsdb[content]=preg_replace(/img[^]*src=[\]?([^\\s]*)[\]?[^]*/ie,imgsrc=\$1\,$rsdb[content]);//过滤图片所有属性
$rsdb[content]=preg_replace(/iframe[^]*src=[\]?([^\\s]*)[\]?[^]*/ie,iframesrc=\$1\,$rsdb[content]);//过滤iframe所有属性更新于:2021-11-19 23:21
赞一波!
相关文章
- Google发布文本内容生成短视频工具:Imagen Video
- 【说站】java反射如何调用指定的属性
- 【说站】java反射调用指定的属性
- 【说站】python三种属性管理魔法函数
- 【说站】python如何将实例用作属性
- 【说站】mysql中explain有哪些属性
- 【说站】python如何判断文件夹内的重复图片
- 【说站】ps属性栏在哪里
- 【说站】ps怎么把图片套入模板
- 【说站】python实例属性的查找顺序
- 【说站】ps怎么把多余的人p掉
- 【说站】css自定义属性如何继承
- 【说站】css如何实现自定义的属性
- 【说站】python动态存取属性如何实现
- 【说站】Python中__slots__限制属性
- 【说站】ps怎么将魔棒选区多余的去掉
- 【说站】python opencv如何旋转图片
- 【说站】python九宫格图片的原理
- 【说站】css Flex容器属性有哪些
- 【说站】css line-height属性是什么
文章评论
评论问答