政屿
2020-10-19 15:58
$p = "|<[^>]+>(.*?)</[^>]+>|i"; $str = "<b>example: </b><div align=left>this is a test</div>"; preg_match_all($p, $str, $matches); print_r($matches);
不是以>开头的任意字符。
PHP进阶篇
181835 学习 · 2577 问题
相似问题
回答 2
回答 1