时间:2021-07-01 10:21:17 帮助过:2人阅读
[quote]3333[/quote]匹配quote,然后把之间的内容都提取出来用php~
只要quote中间部分的话
$matches = []; $re = "/\\[quote\\](\\S*?)\\[\\/quote\\]/"; $str = "[quote]3333[/quote]\n"; preg_match($re, $str, $matches); print_r($matches);
< 上一篇
自己网站和UCenter整合,怎么修改api文件目录名称?
下一篇 >
ab测试-php这串代码为什么并发时有的会写不进去
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册